Latest Post

Sunday, May 11, 2014

How To Create A Contact Page For Blogger

How To Embed The Contact Form


1. First, we have to add Blogger's contact form to the sidebar. Don't worry though, we will hide it later. Go to your blogger dashboard >> Layout >> Add a Gadget >> Contact Form.

2. Once you have added the widget to your blog's sidebar, copy the following code:
 
Name:


Email *


Message *









3. Paste it wherever you want the Contact Form to appear. Example: When you are in the "editor" mode of your post/page, you can easily switch to the HTML mode and paste the code there.

Blogger HTML Mode

The advantage of adding this code is that you can edit it as you want! Suppose you wanna display some different text instead of "Name" or "Email". Suppose you wanna add images. Suppose you wanna style the contact form using CSS!

All this is possible as long as you have a basic working knowledge of HTML and/or CSS :)

Okay, so we have successfully embedded the contact form! Now the only thing left is to hide the Contact Form widget from the sidebar! Follow these simple steps:


How To Hide The Sidebar Widget



1. Go to your blogger dashboard >> Template >> Edit HTML

2. Find the following piece of code:
 ]]>
3. Paste the following code directly above/before ]]>
 #ContactForm1{display: none !important;}
4. Hit Save template and you're done!

It was THAT simple! The Contact Form widget is hidden but it is still registered!
Important: The widget will still appear in your Layout tab. Make sure you don't remove it from there!

No comments:

Post a Comment

© Copyright 2014-17
| Designed By
| Powered By Blogger | Subscribe Us | Report Abuse | Sitemap
DMCA.com Protection Status