How to Create Contact Us (Contact Form) Page in Blogger? : If you are a blogger and using blogger.com as platform then you must need to know how to create a Contact Us or Contact Form page in blogger.
Step 1: First of all, If you are using a third party theme just go on Layout (in left side menu bar) you can see add a gadget option in right side sidebar as shown in below image.
Step 2 : You can see "Contact Form" in gadget section click on Plus sign to add it.
Step 3: Now we have make it hide because we don't want to use it in Side bar, We want to use it on Contact Us page.
- Now go on menu Below Layout , Click on Theme.
- In theme there is option to edit HTML.
- Once you are in HTML area you just press ctrl+f.
- In search box just copy ]]></b:skin> code and paste it & press enter.
- Just below this code paste code which is mentioned below. As mention in below image.
Code : div#ContactForm1 {
display: none !important;
}
Step 4 : Now in the HTML area press ctrl + f and do below steps.
- In the search box paste </head> and press enter.
- Copy code given below right above the </head> same as mentioned in below image & click on save theme.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
Step 5 : Now we have to create a static page in blog.
- Go on the pages create new page.
- Name page title Contact Us/Contact Form select HTML from very left of the menu.
- Copy below given code and paste it in the page.
No comments:
Post a Comment