P
pegarcia
I created a FP form with a submit button. The form will send the email but
the file is formatted as a .ATT file attachment. I've opened the file using
Notepad and found the information is correct however it is a single long
string of text. I can only make the form work using the "Custome ISAPI,
NSAPI, CGI, or ASP Script" option which doesn't allow file type selection.
The following is the HTML sending the form:
<form METHOD="POST" ACTION="--WEBBOT-SELF--" name="Environmental Incident
Report" target="_top">
<!--webbot bot="SaveResults" U-File="O:\forms\incident.htm"
S-Format="HTML/UL"
S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="HTML/UL"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="FALSE"
S-Email-ReplyTo="email" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="Incident Report" S-Builtin-Fields S-Form-Fields -->
Ultimately I would like the form to send the information provided by a user
in a printable format.
Thanks,
the file is formatted as a .ATT file attachment. I've opened the file using
Notepad and found the information is correct however it is a single long
string of text. I can only make the form work using the "Custome ISAPI,
NSAPI, CGI, or ASP Script" option which doesn't allow file type selection.
The following is the HTML sending the form:
<form METHOD="POST" ACTION="--WEBBOT-SELF--" name="Environmental Incident
Report" target="_top">
<!--webbot bot="SaveResults" U-File="O:\forms\incident.htm"
S-Format="HTML/UL"
S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="HTML/UL"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="FALSE"
S-Email-ReplyTo="email" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="Incident Report" S-Builtin-Fields S-Form-Fields -->
Ultimately I would like the form to send the information provided by a user
in a printable format.
Thanks,