Simple Steps Create Contact Form and Registration form in Blogger
Here the css and html coding to create a contact form or Registration form here the steps below you can create in your blog.
Step :1 Open Blogger.com
Step :2 Now Click Layout
Step :3 Now Select Add a Gadget
Step :4 Then Select HTML/JavaScript
Step :5 Now Here the Below the Code You can Copy
<html>
<body>
<form tag="Create Logon">
<div align="center">
Username *: <input type="username" name="username" /><br />
Password *: <input type="password" name="pwd" /><br />
Surname *: <input type="surname" name="surname" /><br />
Other Names *: <input type="other names" name="names" /><br />
Date of Birth *: <input type="date of birth" name="dob" /><br />
Email *: <input type="email" name="email" /><br />
Telephone: <input type="telephone" name="tel" /><br />
Address *: <input type="address" name="add" /><br />
Post Code *: <input type="postcode" name="ptc" /><br />
<input type="submit" value="Submit" />
</div>
</form>
<p>Note: Please make sure your details are correct before submitting form and that all fields marked with * are completed!.</p>
</body>
</html>
Note : In this you form you can see the Username, Password, Surname, Email, Telephone, Address Postcode.
Thank u for Visiting yahoomint.