How to create Contact Form in Blogger- Easy way with latest Google option
Now, I'm going to give you a solution to put Contact Form in Static Page. Let's go with me step-by-stey, it easy and simple way using with CSS:
Step 1: Add Cotact Form Gadget
+ Go to Blogger Dashboard > Layout > Gadget
+ After adding the Contact Form Gadget drag and drop it bellow the Blog Post Gadget, then click save arrangement button.
Step 2: Hide Contact For Widget
+ Go Blogger Dashboard > Template > Edit HTML............Press (Ctrl + F) to open search box and past the tag bellow:
]]></b:skin>+ Just befor ]]></b:skin> and past the bellow:
.widget.ContactForm {
display: none;
}
display: none;
}
Step 3: Create New page for Contact Form
+ From your Blogger Dashboard go to Page > and click on New Page
<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>
+ Then Publish the Page.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>
+ Now you are done! Enjoy it!
How to create Contact Form in Blogger- Easy way with latest Google option
Reviewed by Unknown
on
1/20/2015 09:57:00 AM
Rating:
No comments: