Submitting Form Data Using Page Saved as ASP

S

Steve

When there is a FP form on a page saved as .asp, is it possible to have the
form results sent to an email address? Or do the results have to be sent to
another form handler first? When I try to have the results from the form
emailed it appears that the page with the form in it simply reloads and I
don't receive anything in my inbox.

Does anyone know of a good technical article that explains how to solve my
problem? I searched the MS Knowledge Base and couldn't find anything that
seems to help.
 
T

Thomas A. Rowe

If using the FP Form Handler, the form and confirmation page can only have a
..htm or .html extensions. If you need the page to have .asp extension and
you don't want to learn how to write an ASP form handler using CDONTS for
sending the email, etc. then you have to use the FP Include Page component
to include the form (.htm) in the .asp page.

--

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

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