Need Help with Form

W

Winnie

I used Frontpage 2000 to create a form. As the visitor submits the
form, the field entries will automatically log in a text file. The
coding as follows:

<FORM action="--WEBBOT-SELF--" method="POST" onSubmit="return
validate()" name="fp_form1">
<!--webbot bot="SaveResults" startspan S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="confirmation.htm"
--><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->

However, when I published this to the website, it is automatically
changed to:

<FORM action="_vti_bin/shtml.dll/feedback.htm" method="POST"
onSubmit="return validate()" name="fp_form1"
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="confirmation.htm" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan i-checksum="43374" -->

Since the action points to _vti_bin/shtml.dll/feedback.htm, I have
received a blank page. If anyone has any advice, I would greatly
appreciate it. Thanks.

Winnie
 
E

EveryHost

Winnie said:
I used Frontpage 2000 to create a form. As the visitor submits the
form, the field entries will automatically log in a text file. The
coding as follows:

<FORM action="--WEBBOT-SELF--" method="POST" onSubmit="return
validate()" name="fp_form1">
<!--webbot bot="SaveResults" startspan S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="confirmation.htm"
--><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->

However, when I published this to the website, it is automatically
changed to:

<FORM action="_vti_bin/shtml.dll/feedback.htm" method="POST"
onSubmit="return validate()" name="fp_form1"
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="confirmation.htm" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan i-checksum="43374" -->

Since the action points to _vti_bin/shtml.dll/feedback.htm, I have
received a blank page. If anyone has any advice, I would greatly
appreciate it. Thanks.

Winnie

Winnie,

Hello Group,

Check that the URL you typed in FORM PROPERTIES |OPTIONS
CONFIRMATION PAGE tab, refers to a page on your computer
(in other words, your FrontPage generated web. This should be
"confirmation.htm" or "feedback.htm", and not the full URL,
i.e. "http://www.domain.com/confirmation.htm" in the
"URL of confirmation page" field.

This may be the reason you are getting a blank page at the server.

I discovered this problem in FrontPage 2000 some time ago.

Hope this helps!

Best,

Andy
http://www.everyhost.net/offers.htm
EveryHost Personal & Small Business Hosting with Free Software
 
J

Jim Teakles

I used to get the same error message, but now I get this one;

FrontPage Error.
User: please report details to this site's webmaster.


Webmaster: please see the server's system log for more details.



Lost in muddle.

jim
 

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