|
I have a template that was given to me by the company that I have just bought a franchise with. It is a generic contact form, which is fine with me, at the bottom of the contact form there are 2 buttons, one says submit, and the other says start over. When you are filling out the form, and you hit start over the entire form clears, but when you hit submit, it does not go to my email address, the code for the submit button is
<input type=submit name=Submit value="submit">
|