Click to See Complete Forum and Search --> : Changing submit page.


trumpcard
01-05-2003, 07:22 PM
I recently went to a site (www.freedback.com) to make a form (i'm a newbie, don't know much at all).

When the user submits the form it sends him or her to a "freed back" page, saying thank-you etc.

Now what i want to do is change the url of that page once the user submits the form. I think it has something to do with the following code but i'm not to sure.


<FORM METHOD="POST" ACTION="http://cgi14.Freedback.com/mail.pl">

pyro
01-05-2003, 07:48 PM
Originally posted by trumpcard
I think it has something to do with the following code but i'm not to sure.Nope. That code just tells your form to execute the mail.pl script located on the freedback.com website. I'm guessing that seeing how you are using their script as a free service, that is just a requirement that they have.

If you don't want that, do a search on the net for a form handler. Or, go to http://cgi.resourceindex.com or http://php.resourceindex.com and pick one up.

trumpcard
01-05-2003, 10:08 PM
Thanks.