Skip to main content
Nintex Community Menu Bar

Can a fields in Nintex Form change base on the choices selected?

  • July 17, 2017
  • 6 replies
  • 27 views

Forum|alt.badge.img+7

Hi Everyone,

Can a Form change base on the choices picked? for example I have 3 choices (A, B and C).

"A" is the default view of the form and has a fields First Name, Last Name and Middle Name.

"B" has a field Age, Birthday and Birth Place.

"C" has a field Permanent Address, Nationality and Contact number

When a user picks "B" it will only shows the fields Age, Birthday and Birthplace.

Also, is it possible to filter choices base on the user opening the form?

For example the network team will only see choices A and B. The windows Team will only see choice C.

Thanks in advance!

6 replies

Forum|alt.badge.img+16
  • July 17, 2017

Yes, Rogelio Tan‌, you can.

You can add 3 panels and set a rule for each panel making it visible or not, based on the value of your choice control.

Inside each panel set the fields you mention.


Forum|alt.badge.img+7
  • Author
  • July 17, 2017

Thanks ‌, Will this need any programming?


Forum|alt.badge.img+16
  • July 17, 2017

No, just configure the control 's rules


Forum|alt.badge.img+7
  • Author
  • July 18, 2017

HiFernando Hunth, I successfully created 3 Yes/No control that will show different panels. Now it is possible to show different panels base on the user that will be using the form? For example User1 will only see Panel A and B while User2 can only see Panel B and C.


Forum|alt.badge.img+16
  • July 18, 2017

Yes, you can add another rule comparing the current user

This will help you >>>  


Forum|alt.badge.img+7
  • Author
  • July 19, 2017

Thank you ‌ for the help. I already got the result that I want.