View Full Version : How do i make a form code all together???
Bigbear
01-31-2003, 11:23 AM
I dont know how to make a form with all the code together.I know how to make sections but not so the whole form is together.If you know please post.
kdjoergensen
01-31-2003, 03:40 PM
If code is entered within same set of form tags it belongs to the same form. Are you asking about the actual form (e.g. using of form tags) or about layout.. e.g. a table kind of layout ?
Bigbear
02-01-2003, 09:32 AM
can you give me a form code that is already to go i just need to enter my email address and i can work off of there?
scoutt
02-02-2003, 03:13 AM
<form action="whatever.php" method="post">
<input type="text" name="something" value="">
<input type="submit" name="submit" value="Click Me">
</form>
now, there is a form all in one piece.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.