How to make Pardot form inputs required to avoid page reloading on submission errors?
You may be setting up Pardot form fields as required in Pardot back-office, but this won't prevent the page to reload if the visitor inputs contain errors.
When you set an element as required in Pardot, it is the <p> element that gets the "required" class, not the input itself.