ss109 Posted July 16, 2003 Posted July 16, 2003 I am using cgiemail with success ( www.springbreakrun.com/register.htm ). However, I want to have an alternate success page than the standard one. I would like to replace it with www.springbreakrun.com/success.htm THe instructions simply say "If you don't like the default page that comes up when email is successfully sent, you can specify an alternate URL using a hidden variable called ``success'' in your HTML form, e.g. <INPUT TYPE="hidden" NAME="success" VALUE="http://www.springbreakrun.com/success.htm"> I have tried inputing this code before and after my send button, as well as randomly throughout the form ANy help! Quote
matman Posted July 16, 2003 Posted July 16, 2003 It looks like there is no page at http://www.springbreakrun.com/success.htm, and I think that is your problem. You need to create a page that you want people to see once they register, name it success.htm, and upload it to your site. Quote
ss109 Posted July 16, 2003 Author Posted July 16, 2003 THere is a page there. THat address works for me... Why would it not be working for you? I will try and re-upload it. Quote
Wilexa Posted July 16, 2003 Posted July 16, 2003 I get the success page when typing in the URL directly. But I too get the standard plain-jane success page when I sent in a sample registration. The "success" <input> tag should go right next to the rest of the fields that you fill in. It sounds as if you already knew that, though. Make sure to double-check the script for the spelling of "success". Maybe it was misspelled in the script. Looking at the source of your register.htm file, though, I cannot find the ><INPUT TYPE="hidden" NAME="success" VALUE="http://www.springbreakrun.com/success.htm"> tag anywhere. Did you take it out? Good luck, Dave BTW, "Information" is misspelled on your register.htm page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.