Form not working

Discussion in 'PHP' started by mrhodus, Jan 11, 2008.

  1. #1
    Please take a look at a form i'm testing. I have never made one before, but I'm trying and of course its not working. Could someone take a look and see what I'm doing wrong.

    http://markrhodus.com/get a quote.html


    Thanks A Lot
     
    mrhodus, Jan 11, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    You will have to post your PHP code... if you have any at all?
     
    nico_swd, Jan 11, 2008 IP
  3. mrhodus

    mrhodus Active Member

    Messages:
    190
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    <form METHOD="POST" ACTION="/home.html" name="">
    <input type="hidden" name="recipient" value="mark@markrhodus.com">
    <input type="hidden" name="subject" value="Get A Quote">
    <INPUT TYPE="hidden" NAME="redirect" VALUE="http://markrhodus.com/contactme.html">
    <INPUT TYPE="hidden" NAME="sort" VALUE="order:value1,value2,value3,value4,value5">
    </table>
    <form id="form1" name="form1" method="post" action="">

    <div align="left">
    <input type="submit" name="button" id="button" value="Submit" />
    </div>
    </form>
     
    mrhodus, Jan 11, 2008 IP
  4. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <form id="form1" name="form1" method="post" action="">
    HTML:
    Remove the above line for one. What code is supposed to process the form? It looks like it's just being handed to a regular HTML page.
     
    Gordaen, Jan 11, 2008 IP