Hi all,
I have a form with a Checkbox group field "co_link"
I use the dynamic data and it is coming in from another table.
The data is displaying correctly.
However, when selecting more than 1 checkbox, it only save the first check on the list.
How do I make it both save multi checkboxes, and redisplay the checked checkboxs?
The "co_link" field is a varchar 255, if I inspect the field value, it shows only a single id number, I would think it would have to have multiple id numbers based on the selections made.
The id and text values from the second table are "id" and "nom".
Thanks in advance for your help.
MrFitz
I have a form with a Checkbox group field "co_link"
I use the dynamic data and it is coming in from another table.
The data is displaying correctly.
However, when selecting more than 1 checkbox, it only save the first check on the list.
How do I make it both save multi checkboxes, and redisplay the checked checkboxs?
The "co_link" field is a varchar 255, if I inspect the field value, it shows only a single id number, I would think it would have to have multiple id numbers based on the selections made.
The id and text values from the second table are "id" and "nom".
Thanks in advance for your help.
MrFitz