Support

Account

Home Forums Front-end Issues Trigger verification of the form without submitting it Reply To: Trigger verification of the form without submitting it

  • Maybe try:

    acf.validation.addError( {
    input: ‘insert_input_name_here’,
    message: ‘insert message here’
    } );