Originally Posted by
gelleneu
I have a question about this great extension.
I use it inside a form, and I want to save the items in a database.
When i submit my form, the items will be appended as post vars in this way:
(field name = "boxselectfield", values are Id's of the items)
boxselectfield=23&boxselectfield=25&boxselectfield=
Reading this post vars in PHP with $_REQUEST['boxselectfield'] results only the last
value, and this value is empty.
Has someone experience with that?
My next question: if an item is not in the list, i want to add it to the list automatically (a database operation is needed for that.)
Is there are solution for that?
Thanks!