How do you add a button that clears the fields in the form?
How do you add a button that clears the fields in the form?
| Answer | Add the following HTML code to your form:
<INPUT TYPE="reset" VALUE="Clear ALL">
If you want to control where this shows up, you can put the Submit button and this code in separate columns of a table with hidden borders. |
| Attachments | -none- |
| Applies to versions | 4.x; 5.x; 6.x |
| FAQ Provided By | ken yee |
| Credit | Click here for information source |
 |  |
|
|