Skip to content

How To Add The Autoresponder Code To Your Squeeze Pages#

Awesome, so you want to use the DFY squeeze pages to collect leads first.

That is fantastic!

In order to connect any of our squeeze pages with your autoresponder, please follow these steps:

How To Add Your Autoresponder Code#

If You Are Working With GetResponse As Your Autoresponder#

Follow these steps:

How To Get Your List Token / Campaign Token From GetResponse

If you're working with GetResponse, this is how you find your campaign token:

How To Edit The Codeblock For GetResponse

This is the codeblock for GetResponse:

<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post">
<input placeholder="Enter Your Best Email Here" name="email" class="email-input" required="required" type="email"><br>
<input name="campaign_token" value="XXXXXXXXXX" type="hidden">
<input name="thankyou_url" value="https://lazycommissions.com" type="hidden">
<input name="start_day" value="0" type="hidden">
<button type="submit" class="button">Get Instant Access!</button>

Next, we need to edit 2 places:

  1. Simply replace the XXXXXXXXXX with your list/campaign token. (see the video above)
  2. Replace https://lazycommissions.com with your affiliate link

And that's it!

Save your file and move on to the next step. (uploading your folder to Netlify)

If You Are Working With AWeber As Your Autoresponder#

Follow these steps:

How To Get Your List ID / List Name From AWeber

If you're working with AWeber, this is how you find your listname:

How To Edit The Codeblock For AWeber

This is the codeblock for AWeber.

<form action="https://www.aweber.com/scripts/addlead.pl" accept-charset="utf-8" method="post">
<input placeholder="Enter Your Best Email Here" name="email" class="email-input" required="required" type="email"><br>
<input type="hidden" name="listname" value="XXXXXXXXXX" />
<input type="hidden" name="redirect" value="https://lazycommissions.com" />
<input type="hidden" name="meta_message" value="1" />
<button type="submit" class="button">Get Instant Access!</button>

Next, we need to edit 2 places:

  1. Simply replace the XXXXXXXXXX with your list id/name. (see the video above)
  2. Replace https://lazycommissions.com with your affiliate link

And that's it!

Save your file and move on to the next step. (uploading your folder to Netlify)