Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Install Contact Form in a Static Page of Blogger and Style Contact Form

Tags: add contact

Blogger introduced a new widget. It is about a contact form that you can add to your blog easily. It is very basic, because - at least for now, does not permit incorporating files or send anything other than plain text.

The contact form for Blogger has the following features:
Field for the user name
Field for email
Field for the message (textarea)
Submit Button

Screenshot



 The design is simple and the text colors inherit the section where you add it. At the moment, this widget has no configuration options and is not available for dynamic views.

How to Add Contact Form to Blogger

To add it to your blog, just select the Layout tab, then click on Add a gadget in the section you want to show, for example, in the sidebar. Then, select the More gadgets tab and add the Contact Form gadget.




Styling Contact Form

As the background is transparent, the form will integrate well, aesthetically speaking, but nevertheless it is easy to modify using Style Sheets (CSS) to the appropriate selectors. Here's an example:
 

This is how it will look like after applying the style:


To add this style, add the above code in the html editor of the page in which you want to add contact form.

How To Add Contact Form In A Static Page

First step is to add the Contact Form gadget (Layout) and second, to edit the template (Template > Edit HTML) to remove most of the gadget. You have to search for the id "ContactForm", expand the widget by clicking on the black arrow on the left (same with the includable) and then delete the part that I have colored in red (see below):


Part to be removed:

 
   
 
   


 

 

   

     

       
       
       

       
       
        *
       

       
       
        *
       

       
       
       
       
       

         


         


       

     

   

 

 


 

After you have saved the template, go to Pages and paste the following code into a new blank page with the title you want:

 

 

   

     

       

Name


       
       

E-mail *


       
       

Message *


       
       
       


       


     

   

 


Messages will be sent to the same email that you have registered in Blogger.

Here's a demo page where you can test it (it is an account that I don't use, so don't expect reply).
That's it! If you have any questions or comments please post below.


This post first appeared on All Blogs Info, please read the originial post: here

Share the post

Install Contact Form in a Static Page of Blogger and Style Contact Form

×

Subscribe to All Blogs Info

Get updates delivered right to your inbox!

Thank you for your subscription

×