Hi there,
I created a form that needs to have the data sent to 3 email address and when I test the form it only sends the data to the first email address and not the others. Could you please explain what I am doing wrong? Thank you very much
Des
<input type="submit" value="Email Form" name="Submit">
<input type="hidden" name="sendtoemail" value="belinda@rps.com">
<input type="hidden" name="sendtoemail" value="formtest@rps.com">
<input type="hidden" name="sendtoemail" value="webmaster@cox.net">
|