multiple form submit button behaviours
hey,
i have a form on my site that sends the form data off to an email address, and there is a built in confirmation code on the site. I was just wondering how i could make the submit button for the form also act as a link to another URL and still post the data to the CGI handler?
thanks
d3niAL
The Webmistress posted this at 10:13 — 5th September 2001.
She has: 5,586 posts
Joined: Feb 2001
You want it to send the form data to you by email & then redirect to another page??
try putting this in the form code :
input type=hidden name="redirect" value="http://www.yourdomain.com/pagename.html"
Julia - if life was meant to be easy Michael Angelo would have painted the floor....
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.