Skip to main content
Nintex Community Menu Bar

Display field after multiple-choice selected

  • June 3, 2019
  • 1 reply
  • 11 views

Forum|alt.badge.img+1

How can i do a when statement in Nintex form within 2013 SharePoint, if i only want the field "Seedless/Seeded" to appear in all but 3 of 6 total choices avail?

 

So let's say the main field choice is called "Type of Fruit" and there were 6 options.  Apple, Banana, Strawberry, Grapes, Oranges, Papaya. I want a field "Seedless/Seeded" to appear if they chose Apple, Grapes, Oranges.  How do i get it smart enough to know that if Banana or Strawberry or Papaya was chosen, do not display the field. But if Apple, Grapes and Oranges were chosen, display the field and make it required?

 
Tags (0)

1 reply

Forum|alt.badge.img+8
  • June 3, 2019

You could "hard-code" the logic into rules on the form or put the options into a separate list.

Using rules you could state if the value of a field is equal to a value, hide this field.

2429i12A964B18222591B.png

 

If you're going to have a lot of "fruit" possibilites then I suggest you put them in a separate list and use a list lookup control.