How To Add HTML Contact Form for Blogger Blogs

| , ,

Our problem in creating a contact form is that you don’t want third party contact form cause it will burden your loading page and if you want to give your reader an instant contact form but don’t want to show your email, this HTML form will help you with your problem

You can create a simple form, as displayed below, to enable your visitors to send you comments, questions or whatever you’d like.

1.Log in to your dashboard–> layout

2.Click on “Add a Gadget”.

Now Select “HTML/Java Sricpt”

3.Copy and Paste below code into it.

<FORM action="mailto:[email protected]" method="post" enctype="text/plain"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"><TR><TD width="30%"><DIV align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type="text" name="name" size="20"></TD></TR><TR><TD><DIV align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email" size="20"></TD></TR><TR><TD><DIV align="right"><B>Comment:</B></DIV></TD><TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4"></TEXTAREA></TD></TR><TR><TD>&nbsp;</TD><TD><INPUT type="submit" name="submit" value="Submit"><INPUT type="reset" name="reset" value="Reset"></TD></TR></TABLE></FORM>

Note: Replace [email protected] with your real E-mail address.

4.Now Click Save.Your Email look like below one.

Name:
Email:
Comment:

Enjoy!

Previous

Ways on How to Increased Organic Blog Traffic in Less Than 2 Months

How To Create Drop Down Menu Form with GO Button for Blogger Blogs

Next

1 thought on “How To Add HTML Contact Form for Blogger Blogs”

Comments are closed.