L
Lee Steele
I have several forms on my website that are modified "FP Feedback Forms".
They are set to send me email and write to a .txt file in the root _private
folder on my web site. These forms are working correctly as long as they
have an .htm extension.
Most of the pages on my site are password protected as they collect or
display semi-private info such as names addresses and email addresses.
I have pasted the following code into the top of each of the form pages and
saved the file with a .asp extension.
<% @language="vbscript" %>
<!--#include virtual="/classsite/_private/logon.inc"-->
If the Form pages are accessed and the user is not logged in, they are sent
to the login page and after successfully logging in, they are directed to
the form page in question.
When the submit button is now clicked on either of the forms, the
confirmation page does not show and the entered info is not sent to my email
address or to the .txt file. In other words, nothing happens.
Is it possible to have password protected .asp pages that work using FP
forms and if so, how do I fix my existing forms?
Thanks
Lee Steele
They are set to send me email and write to a .txt file in the root _private
folder on my web site. These forms are working correctly as long as they
have an .htm extension.
Most of the pages on my site are password protected as they collect or
display semi-private info such as names addresses and email addresses.
I have pasted the following code into the top of each of the form pages and
saved the file with a .asp extension.
<% @language="vbscript" %>
<!--#include virtual="/classsite/_private/logon.inc"-->
If the Form pages are accessed and the user is not logged in, they are sent
to the login page and after successfully logging in, they are directed to
the form page in question.
When the submit button is now clicked on either of the forms, the
confirmation page does not show and the entered info is not sent to my email
address or to the .txt file. In other words, nothing happens.
Is it possible to have password protected .asp pages that work using FP
forms and if so, how do I fix my existing forms?
Thanks
Lee Steele