View previous topic :: View next topic |
Author |
Message |
robhamblen Guest
|
Posted: Thu Sep 23, 2004 8:07 am Post subject: need a clear form button |
|
|
I was wondering if there was a 'clear form' buttom we could put on the form so some people could go back and remove their information after submitting. I noticed that if you are redirected to a site after filling it out and then hit the back button, the information is still there. This could cause a security issue. |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Sep 24, 2004 6:35 pm Post subject: Reply |
|
|
You can put a clear button on your form using the following html:
Code: |
<input type="reset" name="Reset" value="Clear"> |
Thanks,
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|