How can I add a From parameter to a form that sends an email?

G

Guest

Hi All,

How can I add a from parameter to change the email that is sent by the form
to be sent by a particular email address? The code is below -

<!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="Email"
b-email-subject-from-field="TRUE" s-email-subject="Form" s-builtin-fields
s-form-fields="Form TypeOfEnquiry TypeOfFunction RequiredDate RequiredTime
NumberOfGuests How_Did_You_Hear_About_Us AdditionalComments ContactName
HomePhone BusinessPhone Fax Email " u-confirmation-url="_private/reply.htm"
startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan i-checksum="43374" -->

Thanks in advance
Best Regards
 
T

Thomas A. Rowe

You can't when using the FP Form Handler.

To accomplish you will need to use a custom written server-side scripted form handler based on what
is supported by your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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