Hi All,
We have a multiple checkbox in one form, user can select multiple checkbox and we want K2 to put all select values into one string with | as delimite so we can save it to database . Can K2 auto or configure to do something like that.
Example: Form
Question 1 - Check
Question 2 - Check
Question 3 -
Question 4 - Check
Can K2 put those selection into one string like this: "Question 1 | Question 2 | Question 4".
When we retreat back the string above (Question 1 | Question 2 | Question 4) from the database can K2 parse it into the something like a list so that we can chek the right box.
Thanks,
TTN