request form component problem

S

Susan

I am trying to make a request form and everything works fine. The problem is
that I see [FrontPage Save Results Component] in black letters on the page.
In the code, I see <strong>[FrontPage Save Results
Component]</strong><!--webbot bot="SaveResults" endspan i-checksum="6561" -->
If I try to delete <strong>[FrontPage Save Results Component]</strong>in
the code, I get a box pop up telling me that "the contents of a frontpage
component have been modified. These contents will be overwritten when you
save this page".

How do I get rid of this? Thanks!!
 
A

Andrew Murray

Susan said:
I am trying to make a request form and everything works fine. The problem
is
that I see [FrontPage Save Results Component] in black letters on the
page.
In the code, I see <strong>[FrontPage Save Results
Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->
If I try to delete <strong>[FrontPage Save Results Component]</strong>in
the code, I get a box pop up telling me that "the contents of a frontpage
component have been modified. These contents will be overwritten when you
save this page".

How do I get rid of this? Thanks!!

The message "the contents of a frontpage component have been modified...."
happens when you change the code (intentionally or otherwise) that Frontpage
generates i.e the webbots, and also the ASP code from the database wizards -
it will revert back to what FP generated.

The [FrontPage Save Results Component] error is coming up because you need
to run the page on a frontpage enabled server, and for some reason is not
identifying that the form component extensions are activated on the server.


That's the explanation I can come up with.
 

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