A FP Web Form - it's not working.

G

Guest

Hi guys,

I have added a form to a clients web site and the submit button isn't
working. The hosting company has placed the site on its Windows server so I
know the FP extensions are fine.

The hit counter is working but not the form.

Would anyone have time to check out the site and give me a few ideas on how
to fix the form. The URL is: www.sundownridgeguesthouse.com

Hope you can help. Thanks in advance. Cheers,
 
D

David Berry

You didn't say what page the form was on. Do you mean the booking page? if
so, your FORM tag has:

onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit

the "nortbots.htm" reference usually appears when you create a form on a
disk-based web and FTP it to the site or your FrontPage Extensions aren't
working. Did you "publish" the page using HTTP? If so, try removing that
line so all it says is:

<form method="POST" action="--WEBBOT-SELF--">
 
G

Guest

Hi David,

Thanks for getting back to me. Yes I did meant the bookings, sorry I forgot
that small detail. I'll see if the info you provided solves the problem. I'll
let you know how I get on. Again many thanks for taking the time to check out
the site and getting back to me. Suzanne
 
G

Guest

--
Make every day count!


David Berry said:
You didn't say what page the form was on. Do you mean the booking page? if
so, your FORM tag has:

onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit

the "nortbots.htm" reference usually appears when you create a form on a
disk-based web and FTP it to the site or your FrontPage Extensions aren't
working. Did you "publish" the page using HTTP? If so, try removing that
line so all it says is:

<form method="POST" action="--WEBBOT-SELF--">
I did upload the page using HTTP. Will see how I get on. Thanks.
 
G

Guest

Hi David, me again,

I tried taking out the excess code, but it did not seems to fix the problem.
I'll make a couple of copies of the bookings page and play around with code
to see what happens.

I'll keep you posted on the outcome. Thanks for being there. It's such a
comfort to know you are happy to help people like me out. See you!
 

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