Hi,
I am using forms to allow my users to input data. I was wondering if in my forms I can use a switch or the value of a choice to show or hide components. For instance, my form is about registering to an event and users can choose from a choice component if they want to register with a partner for the event. If they choose “yes”, I would like to display a text component asking for their partner’s name. if they choose “no”, I would like to hide the text component asking for their partner’s name.
Best!