gum1982 Posted November 6, 2009 Share Posted November 6, 2009 a quick question about the get response form you might be able to answer. Ive got the form code from get response. <form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" accept-charset="UTF-8"> <h2>Free Business MOT Sign-up</h2> <fieldset> <legend>Your Details</legend> <label for="subscriber_name">Name :</label><input id="subscriber_name" name="subscriber_name" type="text" value="" /> <label for="subscriber_email">Email :</label><input id="subscriber_email" name="subscriber_email" type="text" value="" /> <input type="submit" value="Sign Up" /><input type="hidden" name="error_url" id="error_url" value=""/><input type="hidden" name="confirmation_url" id="confirmation_url" value="http://testing.com.php"/><input type="hidden" name="campaign_name" id="campaign_name" value="freemot"/><input type="hidden" name="custom_ref" id="custom_ref" value=""/> </fieldset> </form><script type="text/javascript">var el=document.getElementById("custom_http_referer"); el.value = document.location; </script> This is on a index.php page. On confirmation url it sends to id="confirmation_url" value="http://testing.com.php" Is their a way i can catch the name and email address from these input fields and echo them out on the confirmation page. because the action post gets sent to get response? http://www.getresponse.com/cgi-bin/add.cgi Link to comment https://forums.phpfreaks.com/topic/180536-get-response/ Share on other sites More sharing options...
cags Posted November 6, 2009 Share Posted November 6, 2009 Firstly http://testing.com.php seems like a very odd url. Secondly... say whaaaat?! Is the confirmation page http://testing.com.php? Link to comment https://forums.phpfreaks.com/topic/180536-get-response/#findComment-952460 Share on other sites More sharing options...
gum1982 Posted November 6, 2009 Author Share Posted November 6, 2009 sorry! with get response you put in a confirmation url so that when the form is submitted it takes you to that page and mine is. http://www.example.com/testing.php // sorry the other one was wrong. I just want it to grab the name and email and send them to that url as well so when they end up on http://www.example.com/testing.php i can echo their name and email? Link to comment https://forums.phpfreaks.com/topic/180536-get-response/#findComment-952461 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.