Vita Vee
Active Member
In this short tutorial, we are going to see how to collect leads and pass their data to your landers and offers within the same FunnelFlux funnel.
We will illustrate this with the funnel below, where we want to display the name and email address of a subscriber, when he reaches the thank you page:
The 1st thing to note here, is that the Optin Form is setup as an offer, with a $0 payout. The reason is that we want to track the optins as conversions, and in FunnelFlux, only offers convert! ( which makes sense
)
The 2nd thing to note, is that we have enabled the option "This is a conversion" on the action going out from the optin form. This way, we do not need to place any pixel, iframe or conversion script on our thank you page. To enable this option, you just have to double click on the action label, and a window will popup:
3rd thing: we want to have our thank you page receive any additional dynamic parameter that may be added when someone traverses the funnel.
For this, we will enable the option "This page needs all the accumulated URL Params":
After someone signs up to your list, GetResponse allows you to pass the collected data to your custom thank you pages. This is disabled by default, but you can enable it easily by opening your form settings (in your GetResponse account) and changing these 2 parameters:
Where it says "your action url here", you need to paste the action url going out from your optin form and going to your thank you page. You can get it by right clicking the action label and selecting "Get Action's URL":
And that's all!
Your leads data will then be passed automatically to your thank you page's URL.
With some PHP or Javascript, you can then display this data anywhere on your page.
GetResponse currently offers a free trial (no credit card needed), as well as FunnelFlux, so give it a try!
We will illustrate this with the funnel below, where we want to display the name and email address of a subscriber, when he reaches the thank you page:
The 1st thing to note here, is that the Optin Form is setup as an offer, with a $0 payout. The reason is that we want to track the optins as conversions, and in FunnelFlux, only offers convert! ( which makes sense
The 2nd thing to note, is that we have enabled the option "This is a conversion" on the action going out from the optin form. This way, we do not need to place any pixel, iframe or conversion script on our thank you page. To enable this option, you just have to double click on the action label, and a window will popup:
3rd thing: we want to have our thank you page receive any additional dynamic parameter that may be added when someone traverses the funnel.
For this, we will enable the option "This page needs all the accumulated URL Params":
After someone signs up to your list, GetResponse allows you to pass the collected data to your custom thank you pages. This is disabled by default, but you can enable it easily by opening your form settings (in your GetResponse account) and changing these 2 parameters:
Where it says "your action url here", you need to paste the action url going out from your optin form and going to your thank you page. You can get it by right clicking the action label and selecting "Get Action's URL":
And that's all!
Your leads data will then be passed automatically to your thank you page's URL.
With some PHP or Javascript, you can then display this data anywhere on your page.
GetResponse currently offers a free trial (no credit card needed), as well as FunnelFlux, so give it a try!