Remove The field is required warming, leaving only the red border

  • leandromartinz
    Asked on August 20, 2015 at 10:23 AM

    HI,

     

           I know there are a lot of question in the forum about it, but none of them worked for me.

           I would like to delete the string warning on the fields leaving only the red border. I tried to include this in the css

    .form-error-message

    {

        background: none !important;

        background-color: transparent !important;

        border: none;

        border-radius: 0;

        box-shadow:none !important;

    }

    .form-error-arrow, .form-error-arrow-inner

    {

        border:none;

    }

    .form-line-error

    {

        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

     

    }

     

     

    But it did not work. 

    My form: 

    http://www.jotform.com//?formID=51816323346352#

     

    At the website:

     

    www.bistrobrazil.ie

     

    I would like to keep only the warning at the bottom of the form and the red border. Can someone please help me? Thank you :)

  • Kiran Support Team Lead
    Replied on August 20, 2015 at 1:54 PM

    I understand that you do not want to display the error message except border on the fields and show the error message at the bottom as shown below :

    Remove The field is required warming, leaving only the red border Image 1 Screenshot 20

    Please inject the following CSS to your JotForm in order to achieve the above result.

    .form-error-message {

    display: none;

    }

    Hope this information helps!