Skip to main content
Nintex Community Menu Bar

Validation rule not working

  • September 22, 2022
  • 3 replies
  • 284 views

Forum|alt.badge.img+2

Hello,

I've got couple of forms in Nintex 2010.

I made some validation rules, and all of a sudden some of them stopped working.

I've tried couple of things, and nothing helped:

  • to delete the control and put it back
  • to rewrite the rule
  • to export and import the form
  • to make the validation from JS function

when I check the logic of the rule, with a formatting rule, I see that the logic is good.

 

I don't know how this community works, but maybe, if an expert can see it, that would be very helpful!

Thanks

3 replies

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • September 22, 2022

Please send details about what you are trying to accomplish with the rules on the form and some related screen shots of the rules.


Forum|alt.badge.img+2
  • Author
  • Rookie
  • September 30, 2022

For example:

The control:

A choice control with 2 options:

The validation needed:

to make it require - the user has to choose one of the options.

The rule's condition:

 

Thanks!


Forum|alt.badge.img+2
  • Author
  • Rookie
  • May 7, 2023

at the end I found the problem.

I had a JS function that was called after a click on the Submit button, and that made all the problems.

when I deleted it, everything started working again without any issues.