Is there a way to get a specific checkbox value to open a text box that can be used to enter an "other" value.
Choice as check boxes:
Option1
Option 2
Option 3
Other
If user checks Option 1, Option 3, Other I want the text box to open so they can enter the other value.
If I have my logic correct I when creating my list item I would map the CheckBox field and then ";" and then my TexBox field and that should give me the contolled input Option 1; Option 3;Other;[user inputed value]
The problem I am running into is that unless the only box checked is other I cant get the "Other" text box to show hide as needed.
Best answer by Kran
Hi Emayo,
Use Choice Control and in properties do following changes
1) Display Type as Check Box List
2) Allow Own Value as checked
Thanks,
Kran
Blog k2recipes