How to display a field based on a field value?
Hello. I am trying to show different options for different entries in a Ninox form.
Example: I have a field that asks what your current employment status is. e.g. student, employed, unemployed. The following fields need to be aimed at the specific situation, so I would like to make them hidden unless the specific option is selected. Thus having a specific set of fields for students, employed or unemployed people.
I tried to make a function, which you can do at the options of the field itself.
Example
Field for: Universtiy name
Displayed only if:
f(x): employment status = "student"
But is doesn't work and the field never shows up. Maybe I am using the operators wrong? Can somebody help me to make it work?
2 replies
-
text('employment status') = "student"
-
Thank you! :)
It worked perfectly.
Content aside
- 4 yrs agoLast active
- 2Replies
- 562Views