I am struggling to find a solution for disabling default browser validation for Umbraco forms. I understand I can add novalidate to the form tag, however, from what I understand, the form tag is built within the javascript for Umbraco forms.
Is there a way to disable the default browser validation in any way?