jmhresources
09-29-2009, 03:36 PM
I have a form that I need the results sent to to separate emails. I tried this:
<form action="https://www.bluehost.com/bluemail" form name="formcheck" onsubmit="return formCheck(this);" enctype="application/x-www-form-urlencoded" method="POST">
<input type="hidden" name="sendtoemail" value="charity1@supportdelnor.org">
<input type="hidden" name="sendtoemail" value="charity3@supportdelnor.org">
<input type=hidden name="subject" value="Charity Ball Ticket Order">
but it only sends to the first email.
Thanks for your help
<form action="https://www.bluehost.com/bluemail" form name="formcheck" onsubmit="return formCheck(this);" enctype="application/x-www-form-urlencoded" method="POST">
<input type="hidden" name="sendtoemail" value="charity1@supportdelnor.org">
<input type="hidden" name="sendtoemail" value="charity3@supportdelnor.org">
<input type=hidden name="subject" value="Charity Ball Ticket Order">
but it only sends to the first email.
Thanks for your help