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
<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>
<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.