Showing required field error only when clicking on submit, not as the jotform is being filled out

  • FENS
    Asked on November 2, 2014 at 4:04 AM
    ery row is required", but only at th
  • Ben
    Replied on November 2, 2014 at 5:07 AM

    Hi Mihaela,

    Is it possible though to go to next applicant without showing "Every row is required", but only at the end of the form, when submitting it?

    You could do that by adding this CSS code to your jotform.

    div.form-error-message {
        display: none;
    }
    li.form-line.form-line-error {
        background: none;
    }

    I left the red border around the input box since that allows the users to see which fields are problem while still removing the error message as they pass through the jotform.

    You can see a demo of it here: http://form.jotformpro.com/form/43051940654957

    Best Regards,
    Ben

  • FENS
    Replied on November 2, 2014 at 6:18 AM

    Dear Ben,

     

    I inserted the CSS code as adviced; however, I can't go to the next applicant without filling all the matrix rows of the first applicant - the error message still appears.

    http://form.jotformeu.com/form/43023074670346

    Thanks,

     

    Mihaela

  • jonathan
    Replied on November 2, 2014 at 7:35 AM

    Hi Mihaela

    I checked your jotform http://www.jotformeu.com/form/43023074670346

    I can see that the first question, the matrix row IS a *Required question. Meaning, it needs to be answered.

     

    Showing required field error only when clicking on submit, not as the jotform is being filled out Image 1 Screenshot 20

     

    This is how a required question/field is suppose to work.

    You need to answer the question so that you can proceed to the Next page

    Please tell us if there are still issue.

    Thanks.