I have identical fields and options set up in both Form Builder and ListIt2. The UDT does seem to be copying over the values from Form Builder to ListIt2 but when I view the record in the ListIt2 admin the selected options are not shown as selected.
I created a record via the ListIt2 admin for comparison and had a look at an SQL dump. When a record is created via ListIt2 the selected options for a Multi Select or Check Box Group are saved to the database like...
Code: Select all
(1,5,0,'Option One',NULL),(1,5,1,'Option Two',NULL),(1,5,2,'Option Three',NULL)Code: Select all
(1,5,0,'Option One,Option Two,Option Three',NULL)
