Webbot submit query

M

MM

I have created a very basic form in FP 2003 which collects data such as Name,
Email, Phone etc. When the user hits the submit button, it sends the data to
a specific email address. This is fine however the Subject line on the email
is same for all forms that are submitted by users.
Is there anyway to code it so that the text in the Name field appears as the
Subject of the email.

My code is as follows:
<!--webbot bot="SaveResults" S-Builtin-Fields="REMOTE_NAME REMOTE_USER Date
Time" U-Confirmation-Url="Thankyou.htm" S-Email-Format="TEXT/PRE"
S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="FALSE" S-Email-Subject="Incident via Email"
S-Date-Format="%d %B %Y" S-Time-Format="%H:%M" -->

Ideally what i would like is Subject to read "Incident via Email" <Name>?
Please advise.
Regards
MM
 
D

David Berry

Form Properties, Options, Email results. Where it says Subject Line check
"Form Field Name" and put in the name of the field that their name is in
(ex: Name).
 
Top