-
marketing_marketing390Perguntado em 24 de outubro de 2023 às 13:13ou oculta-la e deixar apenas as mensagens de "Este campo é obrigatório"
-
Joshua_T Jotform SupportRespondido 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:
- In the Form Builder, open the Form Designer by selecting the Paint Roller icon in the upper-right corner.
- In the Form Designer panel on the right, go to Styles at the top.
- 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.
Reach out again if you have any other questions.