Issue with Nintex rule for validation

  • 3 October 2016
  • 1 reply
  • 0 views

Badge +3

Hi All,

I am working on Nintex form where I need to disable/Enable few controls depending on few controls value.

I am using external javascript file to validate the current scenario and assigning  value to flag as shown below.

$('#'+Flag).val('yes');

I am using above flag value to hide/disable the controls on the form. 

Flag value is getting set after the  form gets loaded.  

When I use Nintex runtime functions, it does not work consistently.

Has anybody fixed such issues? Please help.

Thanks,

Prashant


1 reply

Userlevel 7
Badge +17

I use Nintex Rules on forms all the time and show hide controls or entire panels of controls realtime without any issue. And I usually don't have to use JavaScript to do so, but I have also used it. 

Can you share what didn't work while using a Rule before we look at the JavaScript?

Reply