Knowledgebase
Can I change where my squeeze page redirects to
Posted by on 06 March 2015 09:45 PM

Yes, you can. If you would like to change where your squeeze page redirects to after the person signs up, you can also edit the default form to change the redirect to field. See the code below, and change BOTH locations in the form that are highlighted to where you want your optins to redirect to:

<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>

(16 vote(s))
Helpful
Not helpful

Comments (0)