When you have a Choice field that allows for fill in answers, you’ll need to use a slightly different approach to determine when the fill in answer (or the “other” option) is selected with conditional logic.
For example, let’s say that you want a Textbox field appear when the fill in option is selected. You have no way of knowing which specific value a form user will enter, so you’ll need to take the opposite approach:
- Find the Show This Field option in your Textbox field settings.
- Specify all of the conditions that will not make the Textbox appear, as well as ensuring that the Choice field is filled out.
- Make sure to save your changes.
Now, the Textbox will appear only when someone enters a fill in answer.