Changeset 2113005
- Timestamp:
- 06/26/2019 03:28:57 PM (7 years ago)
- Location:
- gatormail-smart-forms
- Files:
-
- 9 edited
-
branches/1.0/admin/install.php (modified) (1 diff)
-
branches/1.0/images/screenshot-4.png (modified) (previous)
-
branches/1.0/readme.txt (modified) (2 diffs)
-
tags/1.0/admin/install.php (modified) (1 diff)
-
tags/1.0/images/screenshot-4.png (modified) (previous)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/admin/install.php (modified) (1 diff)
-
trunk/images/screenshot-4.png (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gatormail-smart-forms/branches/1.0/admin/install.php
r2112614 r2113005 31 31 $gatormailSmartFormsOptions = array( 32 32 'instancename_text' => '', 33 'smartformsid_guid' => true,33 'smartformsid_guid' => '', 34 34 'version' => $gatorMailSmartFormsVersion 35 35 ); -
gatormail-smart-forms/branches/1.0/readme.txt
r2112614 r2113005 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2.2 6 Requires PHP: 5.3.0 6 7 Stable tag: 1.0.0 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to renderyour GatorMail Smart Forms.11 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to display your GatorMail Smart Forms. 11 12 12 13 == Description == 13 14 14 Smart Forms - Superior web capture deployment. A GatorMail Smart Form that can be used on multiple website pages. 15 You can apply unique rules and actions to each, all within a single form. 15 Gator Smart Forms – Superior Web Capture Deployment at your fingertips! 16 ======================================================================= 16 17 17 [https://www.communigator.co.uk/email-marketing-software/] (https://www.communigator.co.uk/email-marketing-software/) 18 Do you love using webforms, but feel like they are lacking something? Do you want an easy way to track your analytics? Do you want to reduce developer time on your form setup? 19 20 With Smart Forms all you need is within your reach… 21 22 * Design a good-looking form quickly and easily 23 * Use on multiple public website pages 24 * Apply unique rules and actions to cater for specific goals 25 * Add multiple rules to the same form 26 * Get analytics all in one place 27 28 Need help with this Plugin? Well our Support Team Gators are always ready to help! 29 Simply email support@communigator.co.uk or call +44 (0)1483 411 911 Option 2. 18 30 19 31 == Installation == … … 36 48 4. In Wordpress enter the Instance name and the Smart Form Id in the GatorMail Smart Form settings. 37 49 38 5. When setup in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content to display the smart form. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab.50 5. To display a form in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab for that form. 39 51 40 52 == Changelog == -
gatormail-smart-forms/tags/1.0/admin/install.php
r2112611 r2113005 31 31 $gatormailSmartFormsOptions = array( 32 32 'instancename_text' => '', 33 'smartformsid_guid' => true,33 'smartformsid_guid' => '', 34 34 'version' => $gatorMailSmartFormsVersion 35 35 ); -
gatormail-smart-forms/tags/1.0/readme.txt
r2112611 r2113005 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2.2 6 Requires PHP: 5.3.0 6 7 Stable tag: 1.0.0 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to renderyour GatorMail Smart Forms.11 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to display your GatorMail Smart Forms. 11 12 12 13 == Description == 13 14 14 Smart Forms - Superior web capture deployment. A GatorMail Smart Form that can be used on multiple website pages. 15 You can apply unique rules and actions to each, all within a single form. 15 Gator Smart Forms – Superior Web Capture Deployment at your fingertips! 16 ======================================================================= 16 17 17 [https://www.communigator.co.uk/email-marketing-software/] (https://www.communigator.co.uk/email-marketing-software/) 18 Do you love using webforms, but feel like they are lacking something? Do you want an easy way to track your analytics? Do you want to reduce developer time on your form setup? 19 20 With Smart Forms all you need is within your reach… 21 22 * Design a good-looking form quickly and easily 23 * Use on multiple public website pages 24 * Apply unique rules and actions to cater for specific goals 25 * Add multiple rules to the same form 26 * Get analytics all in one place 27 28 Need help with this Plugin? Well our Support Team Gators are always ready to help! 29 Simply email support@communigator.co.uk or call +44 (0)1483 411 911 Option 2. 18 30 19 31 == Installation == … … 36 48 4. In Wordpress enter the Instance name and the Smart Form Id in the GatorMail Smart Form settings. 37 49 38 5. When setup in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content to display the smart form. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab.50 5. To display a form in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab for that form. 39 51 40 52 == Changelog == -
gatormail-smart-forms/trunk/admin/install.php
r2112611 r2113005 31 31 $gatormailSmartFormsOptions = array( 32 32 'instancename_text' => '', 33 'smartformsid_guid' => true,33 'smartformsid_guid' => '', 34 34 'version' => $gatorMailSmartFormsVersion 35 35 ); -
gatormail-smart-forms/trunk/readme.txt
r2112611 r2113005 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2.2 6 Stable tag: 1.0.0 6 Requires PHP: 5.3.0 7 Stable tag: 1.0 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to renderyour GatorMail Smart Forms.11 Embeds the GatorMail Smart Forms script into your Wordpress. Add shortcodes to your Wordpress content to display your GatorMail Smart Forms. 11 12 12 13 == Description == 13 14 14 Smart Forms - Superior web capture deployment. A GatorMail Smart Form that can be used on multiple website pages. 15 You can apply unique rules and actions to each, all within a single form. 15 Gator Smart Forms – Superior Web Capture Deployment at your fingertips! 16 ======================================================================= 16 17 17 [https://www.communigator.co.uk/email-marketing-software/] (https://www.communigator.co.uk/email-marketing-software/) 18 Do you love using webforms, but feel like they are lacking something? Do you want an easy way to track your analytics? Do you want to reduce developer time on your form setup? 19 20 With Smart Forms all you need is within your reach… 21 22 * Design a good-looking form quickly and easily 23 * Use on multiple public website pages 24 * Apply unique rules and actions to cater for specific goals 25 * Add multiple rules to the same form 26 * Get analytics all in one place 27 28 Need help with this Plugin? Well our Support Team Gators are always ready to help! 29 Simply email support@communigator.co.uk or call +44 (0)1483 411 911 Option 2. 18 30 19 31 == Installation == … … 36 48 4. In Wordpress enter the Instance name and the Smart Form Id in the GatorMail Smart Form settings. 37 49 38 5. When setup in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content to display the smart form. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab.50 5. To display a form in WordPress add the [gatormailsmartform id="{exampleid}"] shortcode to your Wordpress content. You can get the shortcode from your GatorMail instance in your Wordpress Plugging setting tab for that form. 39 51 40 52 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.