Here is the link to my PHP form so far: request-information.php. I'm having a couple of problems. All fields are required, and that's working, but the CAPTCHA field is not completely working. It will accept any value as long as it's not empty, and I'm sure that has something to do with me screwing something up in the validations :)
Now, for each radio button options, the emails need to go to multiple recipients, different multiple recipients for each radio button value.
I've done this through code with ColdFusion, but do not have a clue as to how to do it with PHP. This is my first real PHP form.
Thank you for your help :)