Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,226,331 members, 8,066,604 topics. Date: Friday, 31 January 2025 at 04:07 AM |
Nairaland Forum / Science/Technology / Programming / Using Html To Create A Form In Your Website (1362 Views)
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)
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> 1 Like |
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... |
(1) (Reply)
Top 10 Things A Web Developer Should Know / Apply For The Google Hash Code Programming Competition 2016 / Please I Need Help With A Challenge
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 19 |