PDA

View Full Version : Form, sends to multipule users depending on selections


hubbni
03-08-2006, 12:56 AM
What I am wanting to do is have a form with multiple check boxes. Each for a different group of activities. Each activity is run by different people, so what I want to do is, depending on which check boxes someones chooses, the contents of the form gets sent to those people that are associated with the activity/checkbox.

I want the form to be sent as an email, which I know how to do, I just don't know how to send it to multiple people depending on what check boxes the users chooses.

Any help?

Kravvitz
03-08-2006, 03:16 AM
Does that mean you're using "mailto:"?

You should use a custom server-side form-mail script for that. You should ask for help in the forum for whichever server-side language your server supports. If you have a choice, I recommend PHP.