PDA

View Full Version : Form Submit Button


CKMeth0d
06-21-2005, 12:56 AM
Alright, so I made an order form for my website and everything is working fine except the submit button. When the user clicks submit, I want the information to be sent to me through an email. However, the way it is now, is that whenever you hit the submit button, you get redirected to the webpage. Any ideas on how to help?

http://www.angelfire.com/extreme5/massivespeed/NewContact.html

Thanks in advance!

selwonk
01-02-2007, 12:56 PM
By design, a FORM will POST/GET to the page specified in the ACTION element. It is possible to submit the FORM back to the original page. Do you want it to appear that the email has been sent without the page "moving"?