How to make the error message not visible.

  • mbas123
    Asked on May 10, 2015 at 11:26 PM

    Hi

    I want to hide/ get rid off  the error message that has a circle shown in my screenshot.

     

    Thanks,

    Rey Galvez

  • Chriistian Jotform Support
    Replied on May 11, 2015 at 2:58 AM

    Hi mbas123, 

    Thanks for contacting us.

    If you are referring to the error message at the bottom of the form,

    How to make the error message not visible Screenshot 30

    you can hide the error message by injecting the CSS code:

    .form-button-error {

      display:none !important;

    }

    To inject the CSS code to your form, please follow instructions below:

    How to make the error message not visible Screenshot 41

    If the error message that you want to hide is not the error message I shown you, please provide the screenshot so we can check. Regards.