Attachment Download On Gravity Form Submission
Attachment Download On Gravity Form Submission
Description
Attachment Download On Gravity Form Submission allows you 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 gives 2 options 1.Download attachment 2.Open attachment in new tab.
This plugin works 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.
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:
-
Download archive.
-
Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favorite FTP client to the /plugins/ folder.
-
Activate the plugin on the Plug-ins page.
-
Add attachment from options **Form > Select a Form > Settings > Attachment Download
Done!
Reviews
Breaks entire site on Gravity Forms 3.0+
By pragmasoftwares on September 2, 2026
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.
Excellent plugin
By Butterfly Pixel (olivierfrascone) on January 26, 2025
Excellent plugin very nice plugin.
It works very well !
Useful Plugin
By Pratiksha (pratiweb) on March 14, 2024
Easily uploaded from gravity form and give download option to end user without any customization.
Nice plugin, thanks!
By hornof on March 9, 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.