Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Attachment Download On Gravity Form Submission

Description

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.

Captures d’écrans

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!

Avis

2 septembre 2026 1 réponse
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.
Lire les 3 avis

Contributeurs/contributrices & développeurs/développeuses

« Attachment Download On Gravity Form Submission » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Attachment Download On Gravity Form Submission” a été traduit dans 1 locale. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Attachment Download On Gravity Form Submission » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.