Email Form Help

Discussion in 'JavaScript' started by LemonAden, Nov 30, 2006.

  1. #1
    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">
     
    LemonAden, Nov 30, 2006 IP
  2. pushkar

    pushkar Peon

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    pushkar, Dec 2, 2006 IP