Skip to main content

I'd like to hide a Nintex Form control based on a choice: "Large" or "Small". If the User chooses Large then I want to hide a control. If the User chooses Small then I want to display the control.

I know how to hide a control based on the selection of a checkbox, but this is not the same.

It's pretty easy to do in InfoPath, but I'm not sure how to create a formula that will evaluate to True in order to hide the control.

Disregard - I was using the equals Runtime Function with the Item Property and not the Named Control. After I fixed that it worked.

Now my Condition looks like this:  equals(CustomerSize,"Large") - based on this my rule hides the next control.


Awesome, well done finding that resolution. Go ahead and mark you answer as correct as I'm sure this will help others seeking with the same question.


Reply