Form reset() Method
Definition and Usage
The reset() method resets the values of all elements in a form (same as clicking the Reset button).
Tip: Use the submit() method to submit the form.
Browser Support
![]()
The reset() method is supported in all major browsers.
Syntax
formObject.reset()
Parameters
| None. |
Return Value
| No return value. |
Form Object

