Reset / Clear form
-
Would like to add in ‘Reset / Clear’ form button.
However, the form reset method is not working to reset/clear the form when the button clicked using the custom script.
Is there any alternative way to reset the form when button clicked?
Tested below methods but not working:
# $(‘form’).trigger(‘reset’);
# $(‘form’)[0].reset();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Reset / Clear form’ is closed to new replies.