Link to home
Start Free TrialLog in
Avatar of jpette
jpette

asked on

Frontpage 2000 email forms problem - "From" field wrong

Hello...

I am having a problem with some forms that my predecessor built using Frontpage 2000.  When submitted, the form gets emailed to the correct recipient, but email appears as if it had been sent by the main email address on the web host.  I have set it so that the "reply to" address applies to the form field "email", but the incorrect name still appears.  Any insights?  The webbot part of the code is below...the names have been changed to protect the innocent.  I was just wondering if there was something I could add to this code to designate the "from" name on the email sent as the filled out "email" or "name" field from the submitted form.  

<form method="POST" action="--WEBBOT-SELF--" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1" language="JavaScript">
  <!--webbot bot="SaveResults" startspan
  U-File="../_private/form_resultx.txt" S-Format="TEXT/PRE"
  S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE"
  S-Email-Address="jpette@..."
  B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
  S-Email-ReplyTo="Email" B-Email-Subject-From-Field="FALSE"
  S-Email-Subject="Webpage Inquiry"
  S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
  U-Confirmation-Url="../success.htm" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
  bot="SaveResults" endspan -->
ASKER CERTIFIED SOLUTION
Avatar of seanpowell
seanpowell
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bcraig1701
bcraig1701

Sean is correct.  However, if your ISP does host it, getting them to change it where it will show the proper email address will be a fight you will likely lose. (I have had similar problems)  If it is necessary for it to show the correct email address, your best bet is to download a free email script and use that as your form handler instead of using the standard FP form handler.

Best of Luck.
Brandon
Avatar of jpette

ASKER

The ISP allowed me to change the default "from" email address, but unfortunately, I can't designate that as a form field.  Oh well - it's a shortcoming of my ISP.  Thank you all for the help.

John
Thanks John - and sorry about the ISP problems - at least you know you're not alone :-)