I have an email form and I'd like to add a form field based on a previous answer. For example, I have a dropdown list of options for "how do you hear about us?" including "Radio Ad" "Magazine Ad" "Google Search" or "Other" ... if someone selects "Other", I want an additional text field to appear below that field for the user to explain what "other" means.
If the user selects any other option in the dropdown, I don't want the field to be present. I know this can be done with javascript but I don't know how... I searched this forum but I guess I wasn't using the right keywords.