Required error message appears on top of the field.

  • Gatineauslsdc
    Asked on October 15, 2019 at 10:32 AM

    Hi, I have been working on a form for a moment and it seems the «required mode» settings changed in the last few days. If we skip a required question, a red banner saying «this field is required» appears in front of the field and stops us from completing it. The message does not appear only when we try to submit the form, but immediatly when the cursor leaves the field. See screenshot for more info. Thanks!

    Jotform Thread 2001490 Screenshot
  • David JotForm Support Manager
    Replied on October 15, 2019 at 10:59 AM

    Please inject the following CSS code to fix the issue: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-line-error div.form-error-message {

        position: relative !important;

    }

    Result:

    1571151522field Screenshot 10

    Let us know if you need more help, we will be glad to assist you.

  • Gatineauslsdc
    Replied on October 15, 2019 at 11:15 AM

    Thanks, it works!