0

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

null
    • Alain_Fontaine
    • 4 yrs ago
    • Reported - view

    text('employment status') = "student"

    • Stressfrei MediaServices Schneider UG (haftungsbeschränkt)
    • Svenja_Schneider
    • 4 yrs ago
    • Reported - view

    Thank you! :)

    It worked perfectly.