Plugin Directory

Changeset 2050542


Ignore:
Timestamp:
03/14/2019 02:41:04 PM (7 years ago)
Author:
likebuttonsoftware
Message:

Published version 1.3.

Location:
really-simple-affiliate-program
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • really-simple-affiliate-program/trunk/readme.txt

    r2050526 r2050542  
    2222== Changelog ==
    2323
     24= 1.3 =
     25
     26* IMPROVEMENT: Added instructions for usage with Gravity Forms.
     27
    2428= 1.2 =
    2529
  • really-simple-affiliate-program/trunk/really-simple-affiliate-program.php

    r2050521 r2050542  
    44Plugin Name: Really Simple Affiliate Program
    55Description: 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.2
     6Version: 1.3
    77Author: Like Button Software
    88Author URI: https://maplespaceinc.com/
     
    177177 <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>
    178178 </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>
    179189  <h2>RSAP Settings</h2>
    180190  <form method="post" action="options.php">
     
    469479
    470480
    471 
    472481// Enqueue JS file that will listed for the form submit
    473482
Note: See TracChangeset for help on using the changeset viewer.