[Solved] Disable default browser validation - Umbr...
# help-with-umbraco
w
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?
As an update, if anyone is struggling with the same issue: 1) I was missing the render view so it was using the default view for this to render the form. 2) I manually added novalidate to Model.HtmlAttributes which means that it's always appended. Adding the render view to override the default and setting the HtmlAttributes resolved my issues with the novalidate sometimes being missing.
3 Views