Skip to main content
Nintex Community Menu Bar

Hide custom error message label on "new mode" startup

  • March 13, 2020
  • 3 replies
  • 8 views

Forum|alt.badge.img+2

Hello,

 

In my form, I added custom labels. These should be displayed when a field is empty. However, they are already displayed when the user creates a new form. How can I prevent these labels from being displayed when the user creates a new form?

What I've tried: I've created rules that hides the error message, except that it doesn't display if the field is filled in.

 

Thanks

3 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • March 16, 2020

@georges619 wrote:

These should be displayed when a field is empty. However, they are already displayed when the user creates a new form.


This sounds like it is functioning as expected.

"Label should be displayed when field is empty." When you create a new form are not all the fields empty?

 


Forum|alt.badge.img+2
  • Author
  • March 16, 2020
All the fields are empty when a new form is created. However, I don't want to display the error messages when the user creates a new form. I mean, you don't want to see error messages as soon as you create a new form.

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • March 16, 2020
Use Validation rules instead.
The message will only appear when the submit button is pushed and the field is empty.

If you do want to use your labels you will need to add additional logic.
Have a check box at the bottom of the screen that says I'm ready to submit. When the box is ticked your labels could appear if the field is empty.