I have two forms in my web that are set up the same but are used for two different purposes. One form works fine in that it sends a confirmation page to the sender and sends us an email with the information they have input. The second form sends the confirmation page to the sender but no email is sent to us with their information. I have looked at the form properties of both and they are set up the same. When I look at the html (see below)the only difference I can find is that the line that starts S-Email-Format = "TEXT/PRE" should not contain S-Email-Address="xxxx@xxxx.com" - that this should be on a separate line.
Is there something else? Can anyone help?
<form method="POST" action="--WEBBOT-SELF--" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<!--webbot bot="SaveResults" startspan
S-Email-Format="TEXT/PRE" S-Email-Address="xxxx@xxxx.com"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE"
S-Email-Subject="Version Request"
S-Date-Format="%m/%d/%y" S-Time-Format="%I:%M %p %Z"
S-Builtin-Fields="Date Time"
S-Form-Fields="firstname lastname Title Organization address1 address2 address3 City State ZIPCode Country Telephone1 Telephone2 Telephone3 Fax1 Fax2 Fax3 Email hearofus platformused databaseused spreadsheetused focusfieldofstudy EvaluationPlatformChoice Comments B1 "
U-Confirmation-Url="Trial_Version_Request_Sent.htm" --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->
<input type="hidden" name="success" value="/Trial_Version_Request_Sent.htm">
Is there something else? Can anyone help?
<form method="POST" action="--WEBBOT-SELF--" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<!--webbot bot="SaveResults" startspan
S-Email-Format="TEXT/PRE" S-Email-Address="xxxx@xxxx.com"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE"
S-Email-Subject="Version Request"
S-Date-Format="%m/%d/%y" S-Time-Format="%I:%M %p %Z"
S-Builtin-Fields="Date Time"
S-Form-Fields="firstname lastname Title Organization address1 address2 address3 City State ZIPCode Country Telephone1 Telephone2 Telephone3 Fax1 Fax2 Fax3 Email hearofus platformused databaseused spreadsheetused focusfieldofstudy EvaluationPlatformChoice Comments B1 "
U-Confirmation-Url="Trial_Version_Request_Sent.htm" --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->
<input type="hidden" name="success" value="/Trial_Version_Request_Sent.htm">