Joe
|
| Posted: 03/22/2005, 8:28 AM |
|
I need a way to send the data in a form to multiple emails, by way of checkboxes, I want to have a list of people with checkboxes next to there names and if there name is check off they will receive that form data.. anyone have a way of doing this. I can send email. That is not a problem, it is just multiple what is the problem. Thanks
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 03/23/2005, 1:20 AM |
|
Joe,
You can create Multi Select Checkbox list on a form which content you want to email. I suppose that you need to use a record form. So after it is submitted you can get select checkbox values and obtain form’s data. Refer to Many to Many checkboxes example that provides a sample code for obtaining values from multi select checkbox list http://examples.codecharge.com/ExamplePack/ManyToManyCh...anyCheckbox.php
_________________
Regards,
Nicole |
 |
 |
|