PDA

View Full Version : Could Someone Quickly Give Me A Form Code....



Jargit
07-08-2007, 10:04 AM
Just a fully completed form code.

With about 10 fields, all text boxes ( i can change the titles of the fields after )

and a working submit button so it sends the form to me howeveer it usually does ( email or whatever :D )

Thanks alot :D

+ However much rep i have :D

Blob
07-08-2007, 10:20 AM
<form action="page.php" method="POST">
<input type="text" name="text1" />
<input type="text" name="text2" />
<input type="text" name="text3" />
<input type="text" name="text4" />
<input type="text" name="text5" />
<input type="text" name="text6" />
<input type="text" name="text7" />
<input type="text" name="text8" />
<input type="text" name="text9" />
<input type="text" name="text10" />
<input type="submit" value="Submit" name="submit" />
</form>

Is that ok?

Jargit
07-08-2007, 10:25 AM
Ye just how do i receive the form compelted by the user?

TY :D
REppy

Want to hide these adverts? Register an account for free!