inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Dec 3, 2012 11:43:16 GMT -8
I made a form on a page I created, and I have a button. How can I direct the form information to go to a board on my forum? I also need to know how to make it, so they have to fill out all the fields before they submit it.I filled out the form, and I got it to go where I wanted to go.But... the information I input did not show up. Can anybody tell me what I'm missing in the code below? Thank you
<html> <body> <form name="input" action="/thread/19/" method="get"> Name:<input> "Please use user name."<br/> <br/>
Position:<select> <option value="select">Select</option> <option value="Global Moderator">Global Moderator</option> <option value="Board Moderator">Board Moderator</option> <option value="Help Desk">Help Desk</option> </select>"Please select from the drop down."<br/> <br/> Experience:<select> <option value="Yes">Yes</option> <option value="No">No</option> </select><br/> <br/> Tell me how you can help(Yrs of exp.ect...)<br/> <textarea rows="10" cols="50"></textarea><br/> <br/> <input type="submit" value="Submit"> </form> </body> </html>
How do I make the thread progress to the next thread?
|
|