I searched the forums, but couldn't find an answer.
If I have a check box list, and at the end I have "other", is there a way to add an field so someone can type in the info?
I searched the forums, but couldn't find an answer.
If I have a check box list, and at the end I have "other", is there a way to add an field so someone can type in the info?
You would have to add a field below it. You could use CSS to position it closer... but there is no option to make the last value in a checkbox an input. One thing you could do is add a text field below the checkbox field, and then make the last checkbox value "Other" and then use conditional logic to show/hide the text field below the checkboxes if they select "Other".
THANKS!