AWeber Form Integration Tutorial

Hi @peredog, we do not support integration with Aweber officially, but using the embed html widget, you can fairly easily setup your forms to point to Aweber. Here are some steps:

Step 1:

Copy the AWeber mail script handling url to the Action field in Form settings.

http://www.aweber.com/scripts/addlead.pl

Set Form method to POST. Check field names in form named correction as Name and Email.

Step 2:

Update hidden input values and paste hidden input fields to an embed widget dragged into the form.

Example:

<input type="hidden" name="listname" value="[your unique list ID here]" />
<input type="hidden" name="redirect" value="/thank-you" />
<input type="hidden" name="meta_adtracking" value="custom form" />
<input type="hidden" name="meta_message" value="1" /> 
<input type="hidden" name="meta_required" value="name,email" /> 
<input type="hidden" name="meta_forward_vars" value="1" /> 

The redirect value can be set to another page on your site, where in the example it is my /thank-you page.

I have created a short tutorial video:

I hope that helps, cheers, Dave

3 Likes