Hope I have a more easy question this time:
I want to store the content of a form in a database table. Everything is stored correctly except all the checkboxes in the form. They are always presented as zero even if they are checked in the form. I tried Bool and tinyint, filling DB before sending email and after, but untill now without success.
I want to store the content of a form in a database table. Everything is stored correctly except all the checkboxes in the form. They are always presented as zero even if they are checked in the form. I tried Bool and tinyint, filling DB before sending email and after, but untill now without success.