I need to reset all the form fields in an HTML content I saved in a variable. I searched the internet and here too. But none of what I\'ve found has worked yet. It won\'t su
Use plain old javascript:
document.forms['my_form_name'].reset()