For example I have a form like this:
A simple way to do it with JS:
const { myForm } = document.forms; myForm.reset();