• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

need hepl with form

Newbie Spellweaver
Joined
Jan 9, 2005
Messages
39
Reaction score
0
oke i have made an form but now i have here 4 HTML Codes

<form METHOD="post" ACTION="http://www.yourdomein.nl/cgi-bin/mailform">

<input type="hidden" name="USER" value="your_e-mailadress@host.nl">

<input type="hidden" name="SUBJECT" value="questions">

<input type="hidden" name="LINK" value="an_url">

In a guide that i have it say's "Put them an the top of your form fields".
I tryed but i whont work T_T (i got the guide from (ITS DUTCH)
Can somebody say where i must place these codes?

Form code:

<form action="form-questions.htm" method="post" enctype="multipart/form-data" name="Questions" id="Questions">
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="95">Name</td>
<td width="205" colspan="2"><input name="1#name" type="text" id="1#name" value="" maxlength="10"></td>
</tr>
<tr>
<td>E-Mail</td>
<td colspan="2"><input name="2#email" type="text" id="2#email" maxlength="25"></td>
</tr>
<tr>
<td>Question </td>
<td colspan="2"><textarea name="3#text" id="3#text"></textarea></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td><div align="left"></div></td>
<td>
<div align="left">
<input name="Submit" type="submit" id="Submit" value="Submit">
</div></td>
<td>
<div align="left">
<input type="reset" name="Reset" value="Reset">
</div></td>
</tr>
</table>
</form>
 
Newbie Spellweaver
Joined
Jan 9, 2005
Messages
39
Reaction score
0
if i do that i get this

Method Not Allowed
The requested method POST is not allowed for the URL /form-questions.htm.


--------------------------------------------------------------------------------

Apache/1.3.33 Server at Port 80
 
Back
Top