Form for indication

A

Avalok

I can use forms correctly with my FP2000. Every form I use has a typed e-mail
address in the forms properties and it is all fine.

I wish to know how can I use an e-mail that is TYPED IN a field of this
form to send the contents of this form to.

For example: John visits my website and fills in the form with these data :

name : John
e-mail : [email protected]
friend : [email protected]
message : ..........text ........

When he clicks the POST button i wish that the contents of the form are
received by PETER in his e-mail [email protected]

Thanks.
 
R

Ronx

Cannot be done using the FrontPage form handler.
You will need a custom written script using whatever technology (ASP,
asp.NET, PHP, Perl/CGI, etc.) your host supports.
 
Top