This plugin requires Gravity Forms by RocketGenius to be active.
Tested up to v2.4.22.5 of Gravity Forms.
Download from WordPress.org plugin repo or the plugin homepage.
A WordPress addon for Gravity Forms to add attachments to notification emails.
An active form with notifications must be available to In order to add attachments to notification you must select them through the media modal, once listed save the notification to attach during notification triggers. This plugin uses the core WordPress and Gravity Forms methods to attach and send notification emails. You are responsible for ensuring your server environment can successfully send.
Note: When WP_DEBUG is active the script will use the unminified version of the script.
Thanks to the following users for making the plugin better!
- @saxonycreative
- @mathijsbok
- @ollycross
- @davidperezgar
- @hubdotcom
- added translation updates (thanks @davidperezgar)
- fixed js compat for array going forward (thanks @ollycross)
- updated working versions tested (thanks @hubdotcom)
- added Gravity Forms requirement check and notification if not found
- fixed Gravity Forms from being greedy to remove the js script for plugin no conflict mode (thanks to @saxonycreative)
- tested compatible to WordPress v3.9
- fixed filter handling for no attachment emails (thanks to @mathijsbok)
- refactored
gf_notification_attachment_send
to filter the attachment id array through wp_get_attachment_url for server compatibility More Technical Detail
- fixed issue with referencing empty array on blank meta
- Initial release.
- GoDaddy and other shared server environments may block wp_mail from sending attachments.