Collection Form Hide Input Until User Selects Value From Previous Dropdown

Hello! I’m trying to create a collection form that has branching logic based on previous user input selections. For example, I want to hide certain collection inputs when a page loads and then if a user selects one particular option from a dropdown, the “hidden” input becomes visible for them to record a response. I don’t think it’s necessarily a cascading dropdown, but if a user selects a particular option to a question, then a new collection field (that already exists in the overall collection) is revealed.

1 Like

Hi @Benjamin,

This can be done via custom javascript code, as there is no ready-made way to do it.

We do have it in the roadmap to build the support of conditional forms like you need but not 100% sure when it will be available.

Thanks.

Hi @vishsahu ,

Thanks for the response. I’ll try using javascript code to accomplish this. Looking forward to when the conditional forms are available, and thanks again.

Thank you,
Benjamin

1 Like

Cool @Benjamin

Sure, will let you know once this feature is available to use.