Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The wonderful world of forms

Status
Not open for further replies.

williamsba

Programmer
Aug 3, 2000
57
US
I have a form I made for the user to submit certain info to a certain email. Everything works perfect except for one small detail. When the user hits the submit button, it sends to info, but stays on the same page. I would like to be able to send the user to a "Info sent" page so they know that their info was sent and they dont submit 5 of them thinking the first one didnt submit. Thank you... Brad Williams
Webmaster
2d Force Service Support Group
United States Marine Corps
 
use the action= in the form tag
<form name=... action=&quot;the page you want them to b redirected to&quot; method=... onsubmit=...>
 
What are you using to send the info off? ASP? CF?

Throwing data around to the next page won't do a thing unless you have some way of grabbing it again and shooting it to a Database or to an E-Mail.

So, what exactly are you doing?

Dr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top