Feedback Page

  • Thread starter Thread starter Dan Driggers
  • Start date Start date
D

Dan Driggers

I am putting a website together and I am using some of
the template pages within Microsoft frontpage. One of
the templates is a feedback page so visitors to yoour
side can leave comments. Unfortunately I'm not exactly
sure how this works. Where does the information go once
it is entered? Do I have to set up a hyperlink to
another page?

Thanks!
 
It is sent to you via email, requires the site to be hosted on a server with the FP extensions and
publish to the server via FP's http mode and the host must configure the server to process email,

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Hi Dan,

If you need a basic heads up regarding FrontPage forms, I have some basic tutorials on my site to get you started.



Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples

If you found my post helpful, please take a sec to click
the "Yes" button. I'm in it for the glory.
 
the form handler sends the data to either 1) your email address 2) a text file or
3) a database

using 1) the FP form handler/asp/Fp extensions
2) a third party cgi or asp form processor script.
 
How do you get to the text file?

Andrew Murray said:
the form handler sends the data to either 1) your email address 2) a text file or
3) a database

using 1) the FP form handler/asp/Fp extensions
2) a third party cgi or asp form processor script.
 
You open the site directly on the remote server with FP, and then look in the _private folder.

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

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