Jump to content

Recommended Posts

Posted

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!

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...