- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Sending affiliate id via form without using manual checkout
Tagged: eventbrite integration, integration
Hi, When a buyer clicks on an affiliate link and get to our site and fill out a form (in my case, jotform), how can I get the affiliate ID that he clicked on to be included in the form information that is sent to me?
Thanks
Bennie
[http://www.thegatheringreatreats.org]
If you have at least 2+ months of PHP programming experience, you could retrieve the Affiliate ID and pre-load it into one of your form fields; using the following PHP code:
$affiliate_id = $_COOKIE['ap_id'];