I have a form (Code Below) that will collect an email address and what I want is that it will then pass the collected email address to the next page to say something like "We have sent the information to [email protected]"
So page 1 will contain the form and will pass the email address to page 2
<form method="post" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl" >
<p>
<input type="hidden" name="meta_web_form_id" value="111111111" />
<input type="hidden" name="meta_split_id" value="" />
<input type="hidden" name="listname" value="website" />
<input type="hidden" name="redirect" value="http://www.website.com/getstarted/" id="redirect_1ab97d9c11111111161e5b4a75554" />
<input type="hidden" name="meta_adtracking" value="My_Web_Form" />
<input type="hidden" name="meta_message" value="1" />
<input type="hidden" name="meta_required" value="email" />
<input type="hidden" name="meta_tooltip" value="" />
<input class="textbox_1" id="awf_field-111111111" type="text" name="email" value="" tabindex="500" />
</p><br />
<p><input type="submit" class="textbox_button" value="" name="cmdSubmit" tabindex="501" /></p>
</form>