Is it possible to make a conditional text field if an option is selected in a form?

Heya, doing the survey form certification project now and wondering if it’s possible to have a text box open if and only if ‘Other’ is selected in the previous form? I’ve seen a method online but it involves javascript and I’m not sure if I can use it in this editor.

image
(Can I make a conditional textbox appear below here?)

If not, what is the best way to allow for ‘other’ input? Just have an optional textbox that shows for everyone?

The only way to make that happen is with javascript. I mean you could have the text box with the label and everything. A part of label being something thing in parentheses like (Please fill out if other was selected)

Something along those line
Because if its just html and css you have no control of hiding/showing based on conditions. So it would have to be text box for everyone to see

1 Like

Alright, Thanks for the heads up.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.