Hello,
I'm creating a very simple app to generate a user request. In one drop-down, I will list several of the common business units that may reach out to us. However, I'd like to include a drop-down option for "other", which would then activate the ability to type into a text box in order to populate that field. But I only want that text box to be an option if "other" is selected in the drop-down.
I've been unable to figure out how to have a text box present itself conditionally based on drop-down selection. Any suggestions?