Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,274 members, 7,818,933 topics. Date: Monday, 06 May 2024 at 08:31 AM

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 (1284 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)

(1) (Reply) (Go Down)

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:
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>



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:



There's no php part (html_form_send.php) and besides you are using a table as a form layout.

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:
Anyway he decided to design his site its his choice...
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)

Checking If A Number Is Odd In Java / PHP Functions To Clean Database Inputs / Conflict Between Apache24 And Simple Server On My System. PLS HELP!!!!!!!!!!!!!!

(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 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 33
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.