Forum Moderators: mack

Message Too Old, No Replies

Creating FrontPage Forms for Apache Server

Creating FrontPage Forms for Apache Server

         

guptablogs

1:31 am on Apr 18, 2004 (gmt 0)

10+ Year Member



Hi:
My website is hosted on Apache server. I have installed FrontPage extensions for my website on the server. Now, how do I create a simple contact us form in FrontPage and get the result by email? I tried to create a form in FrontPage and saved it as .asp file. When I uploaded it, it didn't work at all. It is this webbot thing that caused the problem. Here is the code for the form I generated in FrontPage:

<form method="POST" enctype="text/plain" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Address="contact@guptablogs.com" S-Email-Format="TEXT/PRE" -->
Name: <input type="text" name="T1" size="20">
<input type="submit" value="Submit" name="B1">
</form>

Then I used the FrontPage form wizard to create the form and I uploaded all the files that FrontPage generates when we use form wizard. The error I got this time is that the Post method is not allowed.

I will appreciate if someone can guide me here! Thanks a lot!

isitreal

3:07 pm on Apr 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try posting this question in the WYSIWYG frontpage/dreamweaver [webmasterworld.com] forum, maybe someone can help you there.

mack

8:01 pm on Apr 20, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



does a form work on your host if you build it into a standard html page?

Mack.

guptablogs

12:53 pm on Apr 21, 2004 (gmt 0)

10+ Year Member



I have contacted my host GoDaddy.com. It seems that there is a problem with FrontPage Extensions Installation and they are working on it. So, lets see. It may be that will fix the problem. I will keep you guys posted about it. I really appreciate help. Thanks a ton!