How do I completely remove the warning message?

  • Vehiculechauffeur
    Asked on October 15, 2014 at 5:33 AM

    Hi,

     

    I want to completely deactivate the warning message from the form. How do I do that?

  • Vehiculechauffeur
    Replied on October 15, 2014 at 5:43 AM

    OK, found the answer:

    Just put his code in the CSS injection field → 

    .form-line-error {
    background: transparent !important;
    }

    .form-line-error .form-error-message {
    display: none;
    }

    Enjoy!

     

  • Ashwin JotForm Support
    Replied on October 15, 2014 at 8:50 AM

    Hello Vehiculechauffeur,

    I am glad to know that you were able to find out the answer yourself.

    Do get back to us if you have any questions.

    Thank you!