Using Html To Create A Form In Your Website - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Using Html To Create A Form In Your Website (1416 Views)
| Using Html To Create A Form In Your Website by Nobody: 9:08pm On Mar 28, 2015 |
m name="htmlform" method="post" action="html_form_send.php"> <table width="450px"> </tr> <tr> <td valign="top"> <label for="first_name">First Name *</label> </td> <td valign="top"> <input type="text" name="first_name" maxlength="50" size="30"> </td> </tr> <tr> <td valign="top""> <label for="last_name">Last Name *</label> </td> <td valign="top"> <input type="text" name="last_name" maxlength="50" size="30"> </td> </tr> <tr> <td valign="top"> <label for="email">Email Address *</label> </td> <td valign="top"> <input type="text" name="email" maxlength="80" size="30"> </td> </tr> <tr> <td valign="top"> <label for="telephone">Telephone Number</label> </td> <td valign="top"> <input type="text" name="telephone" maxlength="30" size="30"> </td> </tr> <tr> <td valign="top"> <label for="comments">Comments *</label> </td> <td valign="top"> <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea> </td> </tr> <tr> <td colspan="2" style="text-align:center"> <input type="submit" value="Submit"> ( <a href="http://www.freecontactform.com/html_form.php">HTML Form</a> ) </td> </tr> </table> </form> |
| Re: Using Html To Create A Form In Your Website by thewebcraft(m): 1:39pm On Mar 30, 2015 |
proxy23:There's no php part (html_form_send.php) and besides you are using a table as a form layout. |
| Re: Using Html To Create A Form In Your Website by Nobody: 4:49pm On Mar 31, 2015 |
thewebcraft:Anyway he decided to design his site its his choice... |
| Re: Using Html To Create A Form In Your Website by thewebcraft(m): 4:58pm On Mar 31, 2015 |
phatjoe50:Okay oh! |
| Re: Using Html To Create A Form In Your Website by droidpetrelli: 12:40pm On Apr 02, 2015 |
Why punish yourself? use the form attribute na... your code is difficult to read and this may pose a problem if you want to edit it... |
HTML Course: Study Overview Of How To Use HTML To Build Web Pages • Populating Select Menu From Model In User Registration Form In Laravel • Why Are The Nairaland Programmers Still Using Html 4 Coding...... • 2 • 3 • 4
C++ Programmers Help!!!!!!!!!!!!!!!!!!!!!!!! • Help...my If Statement In Php Is Not Echoing • Android(java) Need An Idea For A Free Calling Project Am Working On