Sending Email from a Microsoft FrontPage Form

M

Michael Handy

I want to Send Email from a Form but i want it to send it to an address that is supplied by the user that is filling out the from not a set email address. basicly I want to send the e-mail to them the user who filled out the form.
 
T

Thomas A. Rowe

Not possible using the FP Form Handler, requires the use of a custom written
server-side script such as ASP, PHP, etc.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Michael Handy said:
I want to Send Email from a Form but i want it to send it to an address
that is supplied by the user that is filling out the from not a set email
address. basicly I want to send the e-mail to them the user who filled out
the form.
 
M

Michael Handy

<!--webbot bot="FileUpload" u-file="_private/Form_results.txt" s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE" s-email-address="[email protected]" b-email-label-fields="TRUE" s-destination="Files/" s-category s-assignedto s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields u-confirmation-url="Confirmation.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload" endspan i-checksum="58985" -->

is there no way to make s-email-address="[email protected] a text input box on the asp page
 
T

Thomas A. Rowe

No. Since you can use ASP, then you need to write a custom ASP Form Handler
to process the form data.

http://www.4guysfromrolla.com/webtech/112298-1.shtml

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Michael Handy said:
<!--webbot bot="FileUpload" u-file="_private/Form_results.txt"
s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-email-format="TEXT/PRE" s-email-address="[email protected]"
b-email-label-fields="TRUE" s-destination="Files/" s-category s-assignedto
s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields
u-confirmation-url="Confirmation.htm" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_"
VALUE="windows-1252"><!--webbot bot="FileUpload" endspan
i-checksum="58985" -->
is there no way to make s-email-address="[email protected] a text input
box on the asp page
 
S

Stefan B Rusynko

Plus you are using the FileUpload feature of FP2002/FP2002 SE (not just a form)
- does that mean you are also trying to send the email address the attachment



| No. Since you can use ASP, then you need to write a custom ASP Form Handler
| to process the form data.
|
| http://www.4guysfromrolla.com/webtech/112298-1.shtml
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > <!--webbot bot="FileUpload" u-file="_private/Form_results.txt"
| s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
| s-email-format="TEXT/PRE" s-email-address="[email protected]"
| b-email-label-fields="TRUE" s-destination="Files/" s-category s-assignedto
| s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields
| u-confirmation-url="Confirmation.htm" startspan --><input TYPE="hidden"
| NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_"
| VALUE="windows-1252"><!--webbot bot="FileUpload" endspan
| i-checksum="58985" -->
| >
| > is there no way to make s-email-address="[email protected] a text input
| box on the asp page
|
|
 
S

Stefan B Rusynko

Not possible w/o ASP or CGI




| Any hints on how to do this without ASP support?
 
S

Stefan B Rusynko

If your server supports Perl scripts (CGI) you will need to contact them for the access path to the Perl engine and then search the
web for a CGI script that tries to do what you want (or write your own script)
You can send a FP form to a custom Perl script for processing




| Is it possible with CGI and FP forms? If so, are there any guides/sites that will point me in the right direction?
|
| Thanks!!
 
Top