How to hide the error message on the top of the form?

  • marketing_marketing390
    Perguntado em 24 de outubro de 2023 às 13:13
    ou oculta-la e deixar apenas as mensagens de "Este campo é obrigatório"
  • Joshua_T Jotform Support
    Respondido em 24 de outubro de 2023 às 13:17

    Hi marketing_marketing390,

    Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. If you want to hide the error message on the upper part of the form, you can do that by Injecting a CSS Code. Let me show you how:

    1. In the Form Builder, open the Form Designer by selecting the Paint Roller icon in the upper-right corner.
    2. In the Form Designer panel on the right, go to Styles at the top.
    3. Scroll down to Inject Custom CSS and enter your CSS code in the text area.
    /* hiding the error on the top of the form - {8474891}*/

    .error-navigation-container {
    display: none;
    }

    /* Ends here */

    4. Once you’re done, view your form in Preview or Live mode to check how your form fillers see your form.

    How to hide the error message on the top of the form? Image 1 Screenshot 20CSS: How to change the color and size of the sublabel text in Header? Image 1 Screenshot 20 Screenshot 31Reach out again if you have any other questions.