HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

form mailer
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
moveswift



Joined: 16 Aug 2009
Posts: 2

Posted: Sun Aug 16, 2009 7:27 am     form mailer  

the following is an error that i get when using the subsequent code:

"You don't have permission to access /gdform.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

below is the code that I am using for the form mailer--it's nothing fancy:

<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form Submission" />
<input type="hidden" name="redirect" value="page12.html" />
<p>First Name:<input type="text" name="FirstName" /></p>
<p>Last Name:<input type="text" name="LastName" /></p>
<p>E-Mail:<input type="text" name="email" /></p>
<p>Comments:<textarea name="comments" cols="40" rows="10">
Type comments here.</textarea></p>
<input type="submit" name="submit" value="submit"/>
</form>

In short, I have a secondary website that "piggys" off a primary site. The above referenced code works for the primary but not the secondary site.

What's wrong?
moveswift



Joined: 16 Aug 2009
Posts: 2

Posted: Sun Aug 16, 2009 8:01 am      

anybody there?
jarodco



Joined: 09 Jun 2009
Posts: 21

Posted: Tue Aug 18, 2009 11:39 pm     Re:  

Joinup for JS-KIT they give you echo that a brill commenting system
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group