unknown22
09-03-2010, 03:05 PM
How can i make a basically an application templte in html it's a form already made but i like it to have someone fill it out but then it would post on a thread when someone clicks submit after they filled out there stuff.
<form action="http://mywebsite/forums/newthread.php">
<SELECT SIZE="5"> <OPTION>option 1 <OPTION>option 2 <OPTION>option 3 </SELECT> <INPUT type="Submit" value="Submit"> </form>
an example of what I'm trying to use. Got any ideas? I pointed it to newthread.php
<form action="http://mywebsite/forums/newthread.php">
<SELECT SIZE="5"> <OPTION>option 1 <OPTION>option 2 <OPTION>option 3 </SELECT> <INPUT type="Submit" value="Submit"> </form>
an example of what I'm trying to use. Got any ideas? I pointed it to newthread.php