Send to question

W

Wylie C

I would like the confirmation process to send an email to two different
address locatons. I tried to enter two addresses in the form
properties:eek:ptions:email results line but get an error when the submit button
is clicked. The submit button action works if I only use one address. An
additional question: do I need to change the HTML code on the form properties
in the Action coding? Right now it reads

FORM METHOD="POST" ACTION="--WEBBOT-SELF--"
onsubmit="location.href='_derived/nortbots.htm';return false;"
language="JavaScript" webbot-onSubmit="return FrontPage_Form1_Validator(this)"
 
J

JDR

Wylie,

The FrontPage form handler will not support sending a form to two different
addresses. You would need to have your own script using asp, php, etc.. to
accomplish what you want properly.

You would only change the action if you use a custom script, for example:
FORM METHOD="POST" ACTION="form.asp"

JDR
*****************
 

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

Top