Add Blogger Official Contact Form In A Page

5/20/2013 , 0 Comments


We already learned how to add the widget to blogger an how to add css to it and now this time i will teach you how to add it in a static page.


First you need to add the contact form to blogger so go to the below link.




And then go to Template
Click Edit HTML
Find

]]></b:skin>

And above it add the following code.

.widget.ContactForm { display: none; }
And click save template.

Now do as done on the below image


And then paste the following code in the HTML tab.

<style type="text/css">
 .widget.ContactForm {
 display: block;
 }
 .post-footer {
 display: none;
 }
 #blog-pager {
 display: none;
 }
 .blog-feeds {
 display: none;
 }
 .widget.ContactForm .title {
 display: none;
 }
 .widget.ContactForm * {
 max-width: 100%;
 }
 </style>

And click Publish.

And DoNe.

Mack See

Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard.

0 comments: