Problem with 'name' field when a required error message happens.

  • Cellofest
    Asked on October 16, 2015 at 11:27 AM

    The error message only highlights the 'first name' field and blocks out the 'second name' field so you cant click on it to fill in. Maybe its something to do with the column format? There also seems to be a problem aligning fields on the second column (see screenshot). 

     

     

    Jotform Thread 683114 Screenshot
  • Carina
    Replied on October 16, 2015 at 12:40 PM

    Please add this css code:

    .form-line-error {

         overflow: visible !important;

        }

    You can see here more details on how to add css to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    In addition you can  test and clone the demo form:

     https://form.jotform.com/52885302652962? 

    Let us know if we can assist you further.