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!