PDA

View Full Version : FORMS help


gjanicoman
08-11-2007, 11:11
Hi there...
I tried publishing my form to my server with FP extension installed
but form is not working

my codes are


<form class="contact" action="--WEBBOT-SELF--" method="POST" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit name="Contact">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="test@allenplus.net" B-Email-Label-Fields="FALSE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Contact form" S-Date-Format="%Y-%m-%d" S-Time-Format="%H:%M:%S %Z" S-Builtin-Fields="Date Time" --><label for="name">Name: </label><input type="text" id="name"
class="contactbox" name="name" size="30" tabindex="1" /><br />
<label for="e-mail">E-mail: </label><input type="text" id="e-mail"
name="email" size="30" tabindex="2" class="contactbox" /><br />
<label for="comments">Comments/Questions:</label><textarea rows="6"
name="comments" cols="30" tabindex="4" class="contactbox"></textarea>
<input type="image" src="images/buttons/button-submit.jpg"
value="Submit" name="B2" alt="click to submit form" class="contactbutton" width="99" height="20" />
</form>


The error is

FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a web server and the FrontPage Server Extensions to function properly.

This form or other FrontPage component will work correctly if you publish this web to a web server that has the FrontPage Server Extensions installed.

Click the <Back> arrow to return to the previous page.

I've checked with host they say it's installed...
:confused:

my form is here:
http://allenplus.net/contact.htm
Is it my code?? Appreciate help!

Oops!
08-11-2007, 12:08
I'm no longer familiar with FP, but my understanding is that apache 2.x will not support FP if my memory doesn't fail me.

Perhaps you can check on this?

Alternatively, its either you switch to a host who can make sure your scripts will work, or you can try other simpler alternatives like using cgi or php forms.

dennis
26-11-2007, 14:53
I'm no longer familiar with FP, but my understanding is that apache 2.x will not support FP if my memory doesn't fail me.

Perhaps you can check on this?

Alternatively, its either you switch to a host who can make sure your scripts will work, or you can try other simpler alternatives like using cgi or php forms.


if the user is using Cpanel... he can try switch on the Frontpage extension. :)