I am trying to make an extra box appear when someone checks the box "other" to put a description in. I put Other as the value, true as the value. None worked. What do you put when using checkboxes or radio buttons?
I am trying to make an extra box appear when someone checks the box "other" to put a description in. I put Other as the value, true as the value. None worked. What do you put when using checkboxes or radio buttons?
Create a checkbox, make the last choice be Other. Then create an input field (either single line or text box). Edit the input field under Advanced using conditional logic. Make the field only show itself when the checkbox is Other. That should give you what you want.