Form Email
Posted: Mon May 09, 2005 10:36 am
I am attempting to send an email once a user submits a form. This is quite easy at the moment, but now I have set it up so that the email is sent to a different address depending on which checkbox is checked.
For example:
options (user may check one up to all options):
1
2
3
4
1-3 send to different addresses, while 4 sends to the same address as option 1. How do I make it so that this email is not sent twice? The reason I have 1 and 4 is that while the email address is the same, different data is sent depending on which is checked.
For example:
options (user may check one up to all options):
1
2
3
4
1-3 send to different addresses, while 4 sends to the same address as option 1. How do I make it so that this email is not sent twice? The reason I have 1 and 4 is that while the email address is the same, different data is sent depending on which is checked.