-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Timothy Wood
committed
Jan 7, 2014
1 parent
7776385
commit 93ef857
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
=== Gravity Forms: Notification Attachments === | ||
Contributors: codearachnid | ||
Tags: gravityforms, forms, attachment, email, notification | ||
Donate link: http://example.com/ | ||
Requires at least: 3.7 | ||
Tested up to: 3.8 | ||
Stable tag: 1.0 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
A WordPress addon for Gravity Forms to add attachments to notification emails. | ||
|
||
== Description == | ||
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. | ||
|
||
*This plugin requires Gravity Forms by RocketGenius to be active.* | ||
|
||
== Installation == | ||
Installing the plugin is easy. Just follow these steps: | ||
|
||
1. From the dashboard of your site, navigate to Plugins --> Add New. | ||
2. Select the Upload option and hit "Choose File." | ||
3. When the popup appears select the gravityforms-notifications-attachment-x.x.zip file from your desktop. (The 'x.x' will change depending on the current version number). | ||
4. Follow the on-screen instructions and wait as the upload completes. | ||
5. When it's finished, activate the plugin via the prompt. A message will show confirming activation was successful. | ||
6. Then navigate to the notification edit screen you wish to add an attachment. | ||
|
||
|
||
== Frequently Asked Questions == | ||
= Developers = | ||
When WP_DEBUG is active the script will use the unminified version of the script. | ||
|
||
== Screenshots == | ||
1. The plugin adds logic to the notification edit screen. | ||
|
||
== Changelog == | ||
= 1.0 = | ||
* Initial release. |