What are the results of checkboxes..array or string

I have an item with 8 checkboxes. I have a comma delimiter and it is multiple value delimited. For a while, when it would check 3 of them, it would put in my varchar database column a string like G,S,T which is exactly right. Suddenly it decided not to do that anymore. It is putting in ARRAY. Just the word…ARRAY. Did something just change in the last update???

Ensure reload form when changed is on. Then do an echo on the {variable} in the On validate.

I looks like it is stored in a normal variable an not an array

Actually multiple delimiter checkboxes come out as an array. I wanted to save the array as a string so had to do an array to string conversion into a variable and then I save the variable. Worked fine.

1 Like