Changeset 2050542
- Timestamp:
- 03/14/2019 02:41:04 PM (7 years ago)
- Location:
- really-simple-affiliate-program
- Files:
-
- 6 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/affiliateCodeEmailTemplate.php (added)
-
tags/1.3/js (added)
-
tags/1.3/js/rsap_main.js (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/really-simple-affiliate-program.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/really-simple-affiliate-program.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-affiliate-program/trunk/readme.txt
r2050526 r2050542 22 22 == Changelog == 23 23 24 = 1.3 = 25 26 * IMPROVEMENT: Added instructions for usage with Gravity Forms. 27 24 28 = 1.2 = 25 29 -
really-simple-affiliate-program/trunk/really-simple-affiliate-program.php
r2050521 r2050542 4 4 Plugin Name: Really Simple Affiliate Program 5 5 Description: Allows you create an easy affiliate signup page on your website, which people can use to get an affiliate code to share your product or service with others. Using that affiliate code and link, you will see whenever that person brings in a referral from the dashboard build right into Wordpress. 6 Version: 1. 26 Version: 1.3 7 7 Author: Like Button Software 8 8 Author URI: https://maplespaceinc.com/ … … 177 177 <li>This shortcode can be used to display the affiliate code on the 'conversion form page', or added to a form submission email (like in Contact Form 7): <code>[rsap_referrer_code]</code>. </li> 178 178 </ul> 179 <h2>For Outputting the Affiliate Code in a Gravity Forms Form</h2> 180 <ol> 181 <li>In the Gravity Forms form editor, add a 'Single Line Text' input field.</li> 182 <li>Open that new field, and title it 'Affiliate Code'.</li> 183 <li>Under the 'Advanced' tab of that new field, check the box titled 'Allow field to be populated dynamically'.</li> 184 <li>In the parameter name, type 'rfr' without the single quotes.</li> 185 <li>Click 'Update' on the form to save your changes.</li> 186 <li>Now when the form is opened using someone's affiliate link, that field will automatically be filled with it. You can test this by adding <code>?rfr=4050</code> to the end of the form page's URL.</li> 187 <li>Note that you may need to adjust your email template so that this new field is included when it is sent to you for tracking purposes.</li> 188 </ol> 179 189 <h2>RSAP Settings</h2> 180 190 <form method="post" action="options.php"> … … 469 479 470 480 471 472 481 // Enqueue JS file that will listed for the form submit 473 482
Note: See TracChangeset
for help on using the changeset viewer.