Error message style selection

  • aprpac
    Asked on May 7, 2015 at 6:28 AM

    Hi,

    My form puts a red line around an error field when you click Preview button. I have seen elsewhere an error style where the field also shows an error message under the error field.

    How do I turn this feature on?

    Thanks

    Paul

  • Boris
    Replied on May 7, 2015 at 9:21 AM

    Hello again Paul.

    The error messages seem to be hidden by the style of the form template you have used.

    I would recommend that you try adding the following custom CSS to your form, and see if this is what you are looking for:

    .form-line-error .form-error-message {
        display: block !important;
        position: relative;
        float: none;
    }

    Error message style selection Image 1 Screenshot 30

    This is what the error notes would look like with the above added code:

    Error message style selection Image 2 Screenshot 41

    Please let us know if you would like to further customize the look of these error messages, or if you need any help setting it up.

    With kind regards,
    Boris

  • aprpac
    Replied on May 7, 2015 at 12:15 PM

    Hi Boris,

    This is just what I wanted - thanks!

    Paul

  • raul
    Replied on May 7, 2015 at 12:40 PM

    On behalf of my colleague, you're welcome.
    If you need further assistance, please let us know.