Skip to main content
Nintex Community Menu Bar

Validation in a Nintex Form with Multiple Panels

  • March 7, 2016
  • 2 replies
  • 16 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16
  • March 7, 2016

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


Forum|alt.badge.img+5
  • Author
  • March 8, 2016

Thanks Fernando! I am gonna try that.