Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Feb 2005
    Posts
    1,411
    Tokens
    0

    Latest Awards:

    Default What Does This Mean??

    This line should be changed to the address of the FormMail script on your server:
    <form METHOD=POST ACTION="Link here">

    But what does that mean where should i look for that link??
    I owe rep to:

    NintendoNews & Luckyrare

  2. #2
    Join Date
    Jul 2005
    Location
    England
    Posts
    460
    Tokens
    0

    Default hi

    why not check it and see??

  3. #3
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    <form METHOD="post" ACTION=" URL OF FORM HANDLER GOES HERE ">

  4. #4
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    I think he means where is the form handeler.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  5. #5
    Join Date
    Feb 2005
    Posts
    1,411
    Tokens
    0

    Latest Awards:

    Default

    Well i created the form so... shall i leave that out?
    I owe rep to:

    NintendoNews & Luckyrare

  6. #6
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Well teh fom just takes imputs, without a form handler it wont do much with them, if you need to create one see my tut http://habboxforum.com/showthread.php?t=26889

  7. #7
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    What you need to do is create a file that will send off your message. When u put something in your form and click send it then sends it to a php file which redirects it to your inbox. Or alternitavely just send it strights their for that where it says action add mailtomailadress


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  8. #8
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Athogh the mailto: fuction isnt supported by the majorty of new browsers so about 80% of messages would never get sent so a proper form hanlers a better idea "/

  9. #9
    Join Date
    Feb 2005
    Posts
    1,411
    Tokens
    0

    Latest Awards:

    Default

    So............................

    Does this code look ok:

    <center>

    <form METHOD=POST ACTION="http://www.mattz.net/confirm.htm">
    <input type=hidden name="redirect" value="http://www.mattz.net/confirm.htm">
    <input type="hidden" name="pecipient" value="[email protected]">
    <input type="hidden" name="subject" value="Mattz Form">

    <p>Name: <input TYPE="text" NAME="Name" SIZE="20" MAXLENGTH="20">

    <P>
    Message Type:
    <P>
    <input TYPE="radio" NAME="Radio" Value="Request">Request
    <input TYPE="radio" NAME="Radio" Value="Shoutout">Shoutout
    <P>
    <input TYPE="radio" NAME="Radio" Value="Joke">Joke
    <input TYPE="radio" NAME="Radio" Value="Competition">Competition
    <P>
    Message <br>
    <textarea NAME="Message" ROWS="5" COLS="25" wrap="virtual">
    </textarea>
    <P>
    <input TYPE="submit" NAME="Request" VALUE="Submit">

    </form>

    </center>
    I owe rep to:

    NintendoNews & Luckyrare

  10. #10
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    yep exseply

    <form METHOD=POST ACTION="http://www.mattz.net/confirm.htm">

    As http://www.mattz.net/confirm.htm being a html file woulnt be able to prosses or send to form, so it would more aless just be deletding all info sent via it?

Page 1 of 2 12 LastLast

Posting Permissions

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