Email data from ASP Page

K

KMD

I have an asp page created that asks a customer a few questions such as Name,
ratings from poor to excellent, along with a few fill in the blank comments.
I would like the user to be able to fill this form out and when they click a
button the actual form on the screen will be emailed to an email box to be
printed as if they filled this out in person. Where does one go after they
have created the asp file with the ques. where do I obtain the button for
email and specify the email address to be used.
 
T

Thomas A. Rowe

You have to written a custom ASP Form Handler to process the form and a send HTML email, etc. How
this would be written depends on which ASP mail component the host has installed on their server.
First step contact your web host.

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

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