Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Attachment Download On Gravity Form Submission

Beskrivning

Attachment Download On Gravity Form Submission allow to add custom attachment in each gravity form which will be downloaded on form submission.

FEATURES

Admin can set single attachment to each gravity form.
This plugin give 2 options 1.Download attachment 2.Open attachment in new tab.
This plugin work with default confirmation message selected in gravity confirmation settings.

STEPS TO USE

  • Go to the particular gravity form setting tab, You will find Attachment Download tab.
  • Upload any file type like pdf,document,image.
  • Select option to open attachment in new tab or download it directly.

Skärmdumpar

Installation

WordPress

Search for ”Attachment Download On Gravity Form Submission” and install with that slick Plugins > Add New back-end page.

… OR …

Follow these steps:

  1. Download archive.

  2. Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favorite FTP client to the /plugins/ folder.

  3. Activate the plugin on the Plug-ins page.

  4. Add attachment from options **Form > Select Form > Settings > Attachment Download

Done!

Recensioner

2 september 2026 1 svar
This plugin checks class_exists(’RGForms’) to detect whether Gravity Forms is installed. The problem is that RGForms was the pre-2.5 Gravity Forms bootstrap class, retained only for backward compatibility, and it has been removed entirely in Gravity Forms 3.0. Because of this, on any site running Gravity Forms 3.0+, the check always fails even when Gravity Forms is properly installed and active. The plugin then calls exit() at the top level of its main file, which takes down the complete site, including both the front-end and wp-admin, on every request. This is not hypothetical. We faced this issue ourselves, and I also found other reports of the same outage in the support forum, including a thread specifically mentioning that the plugin caused a site outage. Some of these reports have been there for months, with no response from the author, and the plugin itself has not been updated in over a year. The actual fix is only a one-line change: replace the RGForms check with GFForms, which is the class Gravity Forms 3.x defines. Better still, the compatibility check should be hooked into gform_loaded instead of being executed unconditionally while the plugin file is loading. That way, any compatibility issue can fail gracefully with an admin notice rather than calling exit() and bringing down the whole site. If you are running Gravity Forms 3.0 or newer, please do not activate this plugin without patching it first. In its current form, it can break the site immediately, including both the front-end and wp-admin.
14 mars 2024
Easily uploaded from gravity form and give download option to end user without any customization.
9 mars 2024
Nice plugin, thanks! As noted by Bage in Support, No Conflict Mode must be disabled in the Gravity Forms settings to allow this plugin to work.
Läs alla 3 betyg

Bidragsgivare och utvecklare

”Attachment Download On Gravity Form Submission” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Attachment Download On Gravity Form Submission” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Attachment Download On Gravity Form Submission” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.