Support

Account

Home Forums Front-end Issues Submit frontend form even if validation fails Reply To: Submit frontend form even if validation fails

  • In the upcoming 5.7 you can turn off validation via:

    window.acf.validation.active = false;

    You also need to set the attribute formnovalidate to true on the submit button to avoid html5 validation.