New Blogger Widget: Contact Kind - Alter Fashion & Install Inwards A Static Page

Just a few days ago, Blogger introduced a novel contact cast widget that you lot tin add together to your weblog easily. At the moment, it is really basic because, at to the lowest degree for now, does non allow sending files or anything other than evidently text.

The contact cast for Blogger has the next features:
  • Field for the user name
  • Field for email
  • Field for the message (textarea)
  • Submit Button
 does non allow sending files or anything other than evidently text New Blogger Widget: Contact cast - Change Style & Install inwards a Static Page
The blueprint is uncomplicated together with the text colors inherit the department where you lot add together it. At the moment, this widget has no configuration options together with is non available for dynamic views.

How to Add Contact Form to Blogger

To add together it to your blog, but conduct the Layout tab, together with then click on "Add a gadget" inwards the department you lot desire to demonstrate - for example, inwards the sidebar. Then, conduct the More gadgets tab together with add together the Contact Form gadget.


 does non allow sending files or anything other than evidently text New Blogger Widget: Contact cast - Change Style & Install inwards a Static Page

Styling Contact Form

Since the background is transparent, the cast volition blend good aesthetically speaking, but soundless it is tardily to alteration using Style Sheets (CSS) to the appropriate selectors. Here's an example:

/* Contact Form Container */
.contact-form-widget {
width: 500px;
max-width: 100%;
margin: 0 auto;
padding: 10px;
background: #F8F8F8;
color: #000;
border: 1px company #C1C1C1;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}

/* Fields together with submit push */
.contact-form-name, .contact-form-email, .contact-form-email-message {
width: 100%;
max-width: 100%;
margin-bottom: 10px;
}

/* Submit push agency */
.contact-form-button-submit {
border-color: #C1C1C1;
background: #E3E3E3;
color: #585858;
width: 20%;
max-width: 20%;
margin-bottom: 10px;
}

/* Submit push on mouseover */
.contact-form-button-submit:hover{
background: #4C8EF9;
color: #ffffff;
border: 1px company #FAFAFA;
}

This is how it volition aspect similar later on applying the style:
 does non allow sending files or anything other than evidently text New Blogger Widget: Contact cast - Change Style & Install inwards a Static Page

To add together this style, larn to Template > Edit HTML, click on the sideways arrow side past times side to ... together with glue the code but above ]]> (press CTRL + F to uncovering it):


How To Add Contact Form In Influenza A virus subtype H5N1 Static Page


First stride is to add together the Contact Form gadget (Layout) together with second, to edit the template (Template > Edit HTML) to take near of the gadget. You convey to search for the id "ContactForm", expand the widget past times clicking on the dark arrow on the left (same amongst the includable) together with and then delete the purpose that I convey colored inwards crimson (see below):

Part to travel removed:

 
   
 
   


 

 

   

     

       


       
       

       
       


        *
       

       
       


        *
       

       
       
       


       


     

   

 


Messages volition travel sent to the same e-mail that you lot convey registered inwards Blogger.

Here is the demo page where you lot tin seek out it (this is an draw organisation human relationship for demo purposes only, thus don't await whatever reply).

That's it! If you lot convey whatever questions or comments, piece of employment out them below.