Knowledgebase
How do I use an autoresponder other than Aweber
Posted by on 06 March 2015 10:17 PM

If you want to use a different autoresponder than aweber, you can, but it is not supported by default in MemberSnap. You will have to replace the form we provide with the one from your autoresponder company. You can do this by editing the page that has the optin form, and change to the Source (HTML) editor by using the tab on the bottom. Then locate the form on your squeeze page and replace it with the webform code you have for your autoresponder.

Here is the Form code you need to replace in your Free Report page:

<form action="http://www.aweber.com/scripts/addlead.pl" method="post"><input id="name" class="text" size="20" value="Enter your name..." name="name" onblur="if (this.value == '') {this.value = 'Enter your name...';}" onfocus="if (this.value == 'Enter your name...') {this.value = '';}" type="text" /><input id="email" class="text" size="20" value="Enter your email..." name="email" onblur="if (this.value == '') {this.value = 'Enter your email...';}" onfocus="if (this.value == 'Enter your email...') {this.value = '';}" type="text" /><input name="listname" value="%%AWEBERLISTNAME%%" type="hidden" /><input value="http://%%SUBDOMAIN%%.%%SITEDOMAIN%%/download-report.php" name="redirect" type="hidden" /><input name="meta_redirect_onlist" value="http://%%SUBDOMAIN%%.%%SITEDOMAIN%%/download-report.php" type="hidden" /><input value="1" name="meta_message" type="hidden" /><input value="email" name="meta_required" type="hidden" /><input value="" name="meta_tooltip" type="hidden" />
<div style="padding-top: 5px">
<center><input class="button1" id="submit" src="/images/red_freereport.png" name="submit" value="Get Instant Access" type="image" /></center></div></form>

(4 vote(s))
Helpful
Not helpful

Comments (0)