Submitting Form Data Using Page Saved as ASP

  • Thread starter Thread starter Steve
  • Start date Start date
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.
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top