Hi Everyone,
Brand new here and pretty new to PHP as well!
I originally posted this in the Newbies section, but since there seems to be no response there, and this is probably more of a coding issue, I will re-post it here.
I am editing a PHP e-mail form that is already working, but needs to be changed so that based on a selection at the bottom of the form, check boxes, one, two, or three people will be sent the resulting form. I also want the form to send the name of the selection made to our database online. The checkboxes represent different areas, and a different person works in each area. Someone filling out the form will be able to check off all three, all three areas need to be sent to the database and the resulting form and the e-mail needs to be sent to the people who are represented by the checkboxes.
I am used to working in Cold Fusion and when I added the check boxes at the bottom, they have the same name, prefArea. When I do this in Cold Fusion and check all three, all three of the different values are sent to the resulting e-mail (#FORM_prefArea#). When I set this up last night and tested it in PHP, just the first value of the three check boxes came through. How do I make that work like it does in CF?
I am very new to PHP, but I understand the basics of it, I do a lot of e-mail forms in Cold Fusion.
How would I go about setting something up so that I can achieve this goal?
Thanks!
ORDesign