All Collections
Case studies
Email Systems
Getting leads from GetResponse and passing their name and other data to your landers/offers
Getting leads from GetResponse and passing their name and other data to your landers/offers
Zeno avatar
Written by Zeno
Updated over a week ago

In this short article, we are going to see how to collect leads and pass their data to your landers and offers within the same 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 first 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.

The second 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:

Third 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 two 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.

Did this answer your question?