Required field warnings cover up questions

  • jimla
    Asked on May 29, 2019 at 5:50 PM

    When a user attempts to submit a form without answering two consecutive required fields, the required field warnings cover up the questions so they cannot be corrected. See the example form and screenshot. How do I fix this problem?

    Thanks,

    Jim

    Jotform Thread 1840401 Screenshot
  • Elton Support Team Lead
    Replied on May 29, 2019 at 8:28 PM

    It seems due to the current styles with your radio button fields. Please inject this CSS code to your form to correct it.

    .form-multiple-column {

        display: inline-block;

        width: 100%;


    }

    Guide: How to Inject Custom CSS Codes

    Result:

    Required field warnings cover up questions Image 1 Screenshot 20

  • jimla
    Replied on May 30, 2019 at 3:21 PM

    Thank you Elton. Your CSS patch fixed the problems with required field warnings covering up questions on two of my older forms.

    Jim