Log in

View Full Version : Form help please



sassysarah
06-03-2007, 08:01 PM
I have this form set up on my site.
Now I have done one before using formmailer on another site that worked fine. But cannot remember how i did it.
Can anybody see what i am doing wrong?
heres the page link
http://www.creations4u.co.uk/contact.htm
thanks for any help
Sarah

Twey
06-03-2007, 08:21 PM
You need a server-side script to handle the form submission.

vinee123
06-04-2007, 12:31 PM
Hi,

Please refer back if you had installed this file formmail.php on the same location and its functioning well.

Regards!:cool:

Twey
06-04-2007, 12:34 PM
The form expects to be submitted to http://www.creations4u.co.uk/formmail.php, but this file does not seem to exist.

sassysarah
06-04-2007, 03:11 PM
:confused:
ok....it worked well on the other site I had done...but that site is now closed.
and ummmmm what is a server side script and how do i get one and install it...sorry to be a pain...thought i had this sussed out.
I have put the formmail.php in my folder loaded onto the ftp etc...ack......i need a new brain.
This is what I get when I fill in the form:
The following errors were found:

Nothing was sent by a form. (No data was sent by POST or GET method.) There is nothing to process here.
Please use the back button to correct these errors.

sarah

chechu
06-04-2007, 03:27 PM
You'll find a nice one here:
http://www.dynamicdrive.com/forums/showthread.php?t=21369

remp
06-05-2007, 02:38 AM
here (http://alexsancho.name/archives/2005/02/formulario-de-contacto-con-php/) is aanother one you can use...

sassysarah
07-27-2007, 11:58 PM
I am sorry guys, I am still having problems with this.

Basically I cheat and design in Dreamweaver..html is a major headache for me and i still dont get it.

this is how i want my page to look
http://www.creations4u.co.uk/contact.htm

but not sure about the php bit. I have got formail.php in my folder as it should be...but the knowledge ends there I am afraid.
When i click submit it comes up with this error

The following errors were found:
Nothing was sent by a form. (No data was sent by POST or GET method.) There is nothing to process here.
Please use the back button to correct these errors.

:confused:

Can anybody tell me what the hell i am doing wrong???

Here is the html for the form if this is any help:

<form action="formmail.php" method="post" name="Feedback Form">
<input name="recipient" type="hidden" id="recipient" value="enquiries@creations4u.co.uk">
<input type="hidden" name="subject" value="Website Form">
<table width="417" border="0" cellspacing="3" cellpadding="3">
<tr>
<td width="153"><div align="justify"><img src="req1.gif" width="12" height="12">Name: </div></td>
<td width="243"><input name="name of owner" type="text" id="name of owner" size="40"></td>
</tr>
<tr>
<td><div align="justify"><img src="req1.gif" width="12" height="12">Telephone:</div></td>
<td><input name="name of owner" type="text" id="name of owner" size="40"></td>
</tr>
<tr>
<td><div align="justify">Mobile:</div></td>
<td><input name="telephone" type="text" id="telephone" size="40"></td>
</tr>
<tr>
<td><div align="justify"><img src="req1.gif" width="12" height="12">Email:</div></td>
<td><input name="email" type="text" id="email" size="40"></td>
</tr>
<tr>
<td><input type="submit" name="Submit" value="Submit"></td>
<td><input type="reset" name="Submit2" value="Reset Form"></td>
</tr>
</table>
</form>