₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,280 members, 8,421,148 topics. Date: Friday, 05 June 2026 at 08:49 PM

Toggle theme

Using Html To Create A Form In Your Website - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingUsing Html To Create A Form In Your Website (1417 Views)

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

HTML Course: Study Overview Of How To Use HTML To Build Web PagesPopulating Select Menu From Model In User Registration Form In LaravelWhy Are The Nairaland Programmers Still Using Html 4 Coding......234

Sourceforge.net Is Down - Only Their Homepage Is WorkingNeed Help On Cake PHPRevealed : What Whatsapp Do With Your Chats Data.