LemonAden
Nov 30th 2006, 6:35 am
Below is a piece of code from a javascript. Its not the entire script but i dont know how to make it point to multiple email addresses.. When they submit the form, it sends the email to us but i need it to go to multiple addresses.. any advice on how to do this? I tried using a comma and adding a second email address in the field but it did not work. see below for the piece of code:
<input type="hidden" name="tlx_SendMode" value="1">
<input type="hidden" name="tlx_Subject" value="A request form was submitted">
<input type="hidden" name="tlx_EmailTo" value="test@test.com">
<table cellpadding="0" cellspacing="1" border="0" align="center">
<input type="hidden" name="tlx_SendMode" value="1">
<input type="hidden" name="tlx_Subject" value="A request form was submitted">
<input type="hidden" name="tlx_EmailTo" value="test@test.com">
<table cellpadding="0" cellspacing="1" border="0" align="center">