I have a checkbox with multiple values to select.
---
1=keinen festen Arbeitsplatz
2=einen festen Arbeitsplatz,
3=ein ungestörtes Zimmer,
4=ein eigenes Arbeitszimmer,
5=eine ergonomische Arbeitsplatzausstattung,
6=gute klimatische, Licht- und Raumverhältnisse.
---
However, in the database only the value of the last checked checklbox is being saved.
How can I store all of the values that have been checked into the database, divided by e.g. a colon?
needing a solution until tonight …
Thanks
Carsten
---
1=keinen festen Arbeitsplatz
2=einen festen Arbeitsplatz,
3=ein ungestörtes Zimmer,
4=ein eigenes Arbeitszimmer,
5=eine ergonomische Arbeitsplatzausstattung,
6=gute klimatische, Licht- und Raumverhältnisse.
---
However, in the database only the value of the last checked checklbox is being saved.
How can I store all of the values that have been checked into the database, divided by e.g. a colon?
needing a solution until tonight …
Thanks
Carsten
Solved. Sorry. Didn't know that I need to keep the array name including [] ("checkboxes251[]", and not "checkboxes251")
Good, this is solved in v7 where the brackets are taken care of automatically and there is a default Data Log table!
You need to login to be able to post a reply.