Hello,
Is there any way to capture the post (selected) values of a checkbox group in an array?
Tried the $entry object but no luck yet...
I can get the value of a single box, but I need multiple in a group.
I need those values to match some other values in my database.
Also when I have those values, what's the best way to output/print them to my screen so I can debug and see if things work the way they should?
Please advice.