Skip to main content

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

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


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!


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.


Reply