pass data from a form to a different page

dnathink

New Member
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\[code\]<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="http://stackoverflow.com/questions/3681305/111111111" /><input type="hidden" name="meta_split_id" value="" /><input type="hidden" name="listname" value="http://stackoverflow.com/questions/3681305/website" /><input type="hidden" name="redirect" value="http://www.website.com/getstarted/" id="redirect_1ab97d9c11111111161e5b4a75554" /><input type="hidden" name="meta_adtracking" value="http://stackoverflow.com/questions/3681305/My_Web_Form" /><input type="hidden" name="meta_message" value="http://stackoverflow.com/questions/3681305/1" /><input type="hidden" name="meta_required" value="http://stackoverflow.com/questions/3681305/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>\[/code\]
 
Back
Top