Short scrollable terms widget error message placement issue

  • swissmarcom
    Asked on July 18, 2017 at 8:08 AM
    we have some concern with the error messages for a widget called "Short Scrollable Terms". The error message placement is not ideal and if you use your mobile phone, there is no way you can "check" the box, since the error message is just above the checkbox.

    Short scrollable terms widget error message placement issue Image 1 Screenshot 20

    Is there anyway we can program this to go to the bottom or floating above the field

  • David JotForm Support Manager
    Replied on July 18, 2017 at 10:26 AM

    Please inject the following code to fix the problem:

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

        position: relative !IMPORTANT;

        float: left !IMPORTANT;

    }

    Result:

    Short scrollable terms widget error message placement issue Image 1 Screenshot 20

    Let us know if you need more help.