Form with Multi Value Checkboxes

5 posts by 2 authors in: Forums > CMS Builder
Last Post: June 25, 2011   (RSS)

By maja13 - June 23, 2011

I built a form in CMS Builder and one of the fields has 6 possible boxes that can be checked. I need them to be able to check more than one box and it display in the record. The user can check more than one box but only the last box they check shows up in the record. What am I missing. Attaching the php file.
Attachments:

intensifyform_muncie.php 30K

Re: [Jason] Form with Multi Value Checkboxes

By maja13 - June 23, 2011

Ok, I thought I had it but I keep getting an error that says line 40.

Re: [maja13] Form with Multi Value Checkboxes

By Jason - June 24, 2011

Hi,

The code I gave you needs to take place after the form has been submitted, but just before you write your INSERT statement.

Try the file attached.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Form with Multi Value Checkboxes

By maja13 - June 25, 2011

Thank you so much! That works. Learn something new every day.