Add Blogger Official Contact Form In A Page
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
<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.
.png)
0 comments: