form to email?

  • Thread starter Thread starter lost33al
  • Start date Start date
L

lost33al

I would like to add a question/comment page to my website but I can not find
the right form. What I want is when somebody fill out the forms (name, email,
subject...) and then click on the submit button then the whole thing be sent
to my email. I'm using FP 2003.
Thank you
 
With the website open:

File->New
In the task pane click More page templates
Choose Feedback form

Modify the fields and text to suit your application.

Right click anywhere in the form and choose properties.
Change the property sheets to include your email address and any other
options.
Click OK and save the page.
This requires FrontPage extensions running on the server, with email
transport set up.

Note that your email address will appear in View Source in the browser,
ready to be picked up by any spambots that find the page. The
alternative (to hide the address, or if FP extensions are not available)
is to use server side scripting (asp, asp.net, PHP - whatever your host
supports).
 
Back
Top