Solved

How to control the visibility over the input forms depending on what I selected from the options


Hi there:)

I'm currently working in a new team and my knowledge is really poor please help me..

I just wondering is there any way to make the input forms visible or invisible depending on my choice that I selected from the options?

As these are with default setting, I can see the options and all of input forms that I have set over NintexForms but at this time, I want to control the visibility over the input forms and it should be connected with a choice from the options. I think I need to write some codes for this but it's too difficult for me...any idea?

 

Thank you

icon

Best answer by SimonMuntz 22 May 2020, 02:36

View original

3 replies

Userlevel 5
Badge +19

@shige08 are you using the Classic designer or the Responsive designer? The method will be slightly different between the two designers and want to make sure I give you the right information

Hi @butlerj
Ohh I see..there is a difference between them..
We are currently using Classic Designer.
Userlevel 6
Badge +22

Hi,


In classic forms you apply a rule to the control you want to hide.


In my example I have a choice control called "Status" that has the options "Active" and "Assigned"


When I select Active I do not want to see Assigned textbox and viceversa.


So I apply a rule on the active control to say if Status is equal to Assigned then hide.


Then on the Assigned controls I do the same but hide if choice status is Active.



 

Reply