Many of the beginners in the world of web developing and design probably sometimes wondered how does the html code for registration form looks like. I will show you an example code, but just having html code is not going to be enough to make your form fully working, but it's a step forward and after all I always recommend step by step learning . You will need to validate the form after the user submit it and notify about possible errors but I will be covering that topic in some other post. First, if you don't have any hosting make sure you get one so you can host your sites and test them, I recommend this one. Now we will focus on the HTML part.
<form action="register.php" id="register" method="post">
<table border="0">
<tbody>
<tr>
<td><label for="name">Your Name*: </label> </td>
<td><input id="name" maxlength="45" name="name" type="text" /> </td>
</tr>
<tr>
<td><label for="email">Email Address*:</label> </td>
<td><input id="email" maxlength="45" name="email" type="text" /></td>
</tr>
<tr>
<td><label for="username">User Name*:</label> </td>
<td><input id="username" maxlength="45" name="username" type="text" /> </td>
</tr>
<tr>
<td><label for="password">Password*:</label></td>
<td><input id="password" maxlength="45" name="password" type="password" /></td>
</tr>
<tr>
<td align="right"><input name="Submit" type="submit" value="Submit" /></td>
</tr>
</tbody></table>
</form>
And here is the result we get with it:
Do/Do not need web server? To handle registeration
ReplyDeletemake it auto-validate? Require server, most important to apply within domain? YES/NO
ReplyDeleteReally a good one. Please visit my blog and I'm waiting for your comment/suggestion. http://theworldofcivilengineering.blogspot.in/
ReplyDeletenice code html instruction..appreciate...but i have a problem to link the saving data to my article..code you please to tell how is it ? thank you
ReplyDeletehow to connect with our email id
ReplyDeletelearn how to make money visit www.genusestoday.blogspot.com
ReplyDeletebad post............
ReplyDeleteVisit our site 'Dainiktricks' for technical and internet related information in hindi
ReplyDelete