Emailing a Website Form as HTML Document

N

neenmarie

I have a form on my site that saves the submitted data to a database. I'd
like to be able to send that form through my Outlook as an HTML document.
(that just opens in the email - not as a link in the email) and then have the
Confirmation page open.

When I go to the form on the website and go to send as an HTML document, it
does exactly that and is received on the other end. However, when filling
out the form and submitting; it will not then go to the confirmation page as
it does on the website itself. It does submit the data to the database, but
doesn't appear so to the user because there is no confirmation page....and
each time they hit submit, it duplicates the data.

How can I get the confirmation page to appear for the email user as it does
on the website itself?
 
T

Thomas A. Rowe

You will have to write a custom asp / asp.net application to accomplish this.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
N

neenmarie

Thank you for your reply. Unfortunately, a custom asp.net application is
beyond my limited knowledge for now. I guess I'll be using a link in the
email to the website instead of sending the HTML Page for now. Thx again.
 

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

Top