Multiple e-mails in Frontpage form

J

John

I developed a form that asks referees to post game
availibility and want to send this form to more than 1 e-
mail and it is not working, it only sends to the 1st e-
mail listed. I have shown the HTML code from FP and added
in the URL on the web. Can anyone please help. Thanks.

John

http://kcoa.net/On line availability.htm

</table>
<p><input type="submit" value="Submit"
name="Submit"><input type="reset" value="Reset"
name="B2"></p>
<input type="hidden" name="mailto"
value="(e-mail address removed),[email protected];[email protected]
..com;[email protected]">
</form>
</td>
 
M

Mike Mueller

John,
I am not 100% sure, but I believe that the FP form
handler can send to only 1 email address.

I would not use the FP form handler for email. I would use
a server side script to do this. The reason would be that
all of the email addresses are visible in the page source,
and email harvesters will find it. In otherwords, you are
inviting spam

Also, you should not use spaces in file names. Use
underscores ( _ ) if a space is really needed.

Mike



John wrote:
: I developed a form that asks referees to post game
: availibility and want to send this form to more than 1 e-
: mail and it is not working, it only sends to the 1st e-
: mail listed. I have shown the HTML code from FP and added
: in the URL on the web. Can anyone please help. Thanks.
:
: John
:
: http://kcoa.net/On line availability.htm
:
: </table>
: <p><input type="submit" value="Submit"
: name="Submit"><input type="reset" value="Reset"
: name="B2"></p>
: <input type="hidden" name="mailto"
:
value="(e-mail address removed),[email protected];[email protected]
: .com;[email protected]">
: </form>
: </td>
 
J

Jens Peter Karlsen[FP MVP]

The e-mail option in FP only supports one e-mail address, though some
have had success with two addresses separated with a semicolon.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top