Validation in a Nintex Form with Multiple Panels


Badge +5

Hi,

I'm working with Nintex Forms Designer 2010 and I want to make certain fields mandatory on the form. The issue is that I'm using multiple panels and based on the selection of a choice field, I'm hiding some of the panels. So, if I apply the IsEmptyorNull() validation rule to a field, I'm not able to submit the form even if the panel to which the field belongs is hidden in the form. Is there any way to apply validation rule to a field on a panel without affecting other panels?

Thanks,

Korak


2 replies

Userlevel 6
Badge +16

I think you could also add your panel rule to the control validation, so the validation rule could be and(IsEmptyorNull(),panelVisible).

Badge +5

Thanks Fernando! I am gonna try that.

Reply