Results 1 to 8 of 8

Thread: Form help please

  1. #1
    Join Date
    May 2007
    Location
    Portsmouth, UK
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form help please

    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

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You need a server-side script to handle the form submission.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

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

    Regards!

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The form expects to be submitted to http://www.creations4u.co.uk/formmail.php, but this file does not seem to exist.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    May 2007
    Location
    Portsmouth, UK
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default


    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

  6. #6
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

  7. #7
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    here is aanother one you can use...

  8. #8
    Join Date
    May 2007
    Location
    Portsmouth, UK
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs down still having problems

    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.



    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>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •