I have added a checkbox to a meeting main page and want the check box to only appear when a specific meeting type is chosen. How can I do this?
I have added a checkbox to a meeting main page and want the check box to only appear when a specific meeting type is chosen. How can I do this?
Hi Brooke,
In Studio, you can make the checkbox field Dependent on another field. If you choose "Dependent", the formula box "Visible If" appears and you can use the following formula, as an example:
equal($status,"Held")
The field name is $field_name and you can define the value you want it to be in quotations. Hope this helps!
Hi Brooke,
In Studio, you can make the checkbox field Dependent on another field. If you choose "Dependent", the formula box "Visible If" appears and you can use the following formula, as an example:
equal($status,"Held")
The field name is $field_name and you can define the value you want it to be in quotations. Hope this helps!