How to change warning message for fields?

  • welenson
    Perguntado em 24 de maio de 2024 às 18:22

    Ola, tudo bem?


    Por favor seria possivel exibir um alerta após o preenchimento de um campo.

    Após o preenchimento aparecer um pop up.

  • welenson
    Respondido em 24 de maio de 2024 às 19:11

    Poderia ser algo parecido quando não preenchemos um campo obrigatorio, mas gostaria de um aviso após o preenchimento.


    How to change warning message for fields? Image 1 Screenshot 20

  • Mightor Jotform Support
    Respondido em 24 de maio de 2024 às 21:46

    Hi welenson,

    Thanks for reaching out to Jotform Support. Our Portuguese Support agents are busy helping other Jotform users right now, so 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, it might take a while until they're available again.

    Now, coming back to your question, yes, it's possible to display an alert or warning message after filling out a field. Here's how you can do that:

    1. Add a Paragraph field, to your form.
    2. Customize the content using the Paragraph field's text editor.
    3. Then, click on the Paragraph fields Gear icon, go to the Advanced tab and turn on Hide field.

    How to change warning message for fields? Image 1 Screenshot 40

    Then create a similar Show/Hide Field condition like the below screenshot.

    How to change warning message for fields? Image 2 Screenshot 51

    That's it. Here's the sample form in action:

    How to change warning message for fields? Image 3 Screenshot 62

    Give it a try and let us know how it goes.

  • welenson
    Respondido em 24 de maio de 2024 às 21:51

    Esse formato bem abaixo do campo seria possivel configurar?


    How to change warning message for fields? Image 1 Screenshot 20

  • Rahul Jotform Support
    Respondido em 25 de maio de 2024 às 00:14

    Hi welenson,

    Thanks for getting back to us. I'll need a bit of time to look into this and will get back to you as soon as I can.

    Thanks for your patience and understanding.

  • Rahul Jotform Support
    Respondido em 25 de maio de 2024 às 00:30

    Hi welenson,

    Thanks for patiently waiting. It's possible to change the warning message for the required fields. Let me show you how to do it:

    1. In Form Builder, go to Settings from the top navigation bar.
    2. Select Form Settings from the left pane.
    3. Click on the Show More Options.How to change warning message for fields? Image 1 Screenshot 50
    4. Scroll down to the Form Warnings section and click Edit.How to change warning message for fields? Image 2 Screenshot 61
    5. Now, you'll be in the Form Warnings window. From here, go to the desired section and enter your customized text.How to change warning message for fields? Image 3 Screenshot 72
    6. Go down to the bottom and click Save Changes.How to change warning message for fields? Image 4 Screenshot 83

    We also have a guide explaining How to Change Your Form Warning Messages that you can check out.

    Let us know if you need any more help.

  • welenson
    Respondido em 25 de maio de 2024 às 08:55

    Bom dia, 


    não quero alterar a mensagem de campo obrigatório, so usei ela como exemplo. Gostaria de saber se consigo fazer algo similar nos campos que eu precisar.

  • Mikhail Jotform Support
    Respondido em 25 de maio de 2024 às 11:15

    Hi welenson,

    Thanks for getting back to us. Do you mean you want your customized error message to look like the warning message in Jotform? Check out my screenshot below if you are referring to something like this:

    How to change warning message for fields? Image 1 Screenshot 50

    If so, you can do that by adding a style attribute in your text inside the Paragraph Element. Keep in mind that I wasn't able to get the icon to the Paragraph Element. Let me show you how it's done:

    1. Open your form in Form Builder
    2. On your Paragraph Element, click the Pencil Icon to edit the Paragraph.
    3. On the toolbar, click the Source Code icon.How to change warning message for fields? Image 2 Screenshot 61
    4. On the text's style area, paste the code below and finally, click Ok, then Save:
    color: #fff; background-color: #dc2626; font-size: .75em; margin-top: 8px; border-radius: 4px; background-size: .875em; background-position: .375em; background-repeat: no-repeat; display: inline-block; width: auto; padding: .25em .5em .25em 1.625em;


    How to change warning message for fields? Image 3 Screenshot 72

    This is how it looks like after adding the code:

    How to change warning message for fields? Image 4 Screenshot 83

    Give it a try and let us know if you have any other questions.

  • welenson
    Respondido em 27 de maio de 2024 às 11:27






    How to change warning message for fields? Image 1 Screenshot 20

  • welenson
    Respondido em 27 de maio de 2024 às 11:29

    Tentei fazer isso no formulario TESTE, usando o campo Teste, e mesmo salvando não fica com as configurações.



  • Mikhail Jotform Support
    Respondido em 27 de maio de 2024 às 11:32

    Hi welenson,

    Thanks for getting back to us. Sorry for the confusion. If you don't have styles in your source code yet, you can copy this code below in the Paragraph's source code:

    style="color: #fff; background-color: #dc2626; font-size: .75em; margin-top: 8px; border-radius: 4px; background-size: .875em; background-position: .375em; background-repeat: no-repeat; display: inline-block; width: auto; padding: .25em .5em .25em 1.625em;"


    How to change warning message for fields? Image 1 Screenshot 20

    Give it a try and let us know if you have any other questions.