Tuesday 1 September 2015

Install Dynamic Contact Us Form In Blogger

www.askwithloud.com
How to install a dynamic fixed contact us form widget into blogger blog - At the present time Contact us form is a common widget of every blog. Although there is many stylish contact us widgets are available on the web (e.g. dynamic, floating, etc.). As we know, contact form widget is one of the best email facility that serves to connect between the visitor and the owner of the blog to communicate with each other personally. So today we are going to provide you a stylish floating contact us widget for your dynamic blog. This contact form widget will appear on the blog page exactly at the bottom right corner. (Take a look of this contact us form by clicking on the below demo button).

If you like this contact form and want to add it on your own blog, then follow the below steps. (Also read - Mouse hover contact us form for blogger).

How To Install Contact Us Form?

First, go to your blogger dashboard - Login
Now go to the "layout" section and then select " Add a widget ".
After that, click on " More Gadgets " and then add the " Contact from " widget (See the below image)

www.askwithloud.com
Now go to the " Template " section and then click on " Edit HTML " button.
After that, copy the below CSS code and paste it just before ]]></b:skin>.
/* Fixed Contact Form */
.ContactForm,.ContactForm .title{display:none}
.floating-ai{position:fixed;width:280px;right:30px;bottom:0;z-index:99}
.floating-ai-head a{padding:8px 10px;background:#2997e0;color:#fff;font-weight:400;display:inline-block;transition:all .3s linear}
.floating-ai-head a:hover{background:#2588ca;color:#fff}
.floating-ai-body{height:285px;background:#fff;padding:10px;display:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
.floating-ai-head{text-align:right}
.floating-ai-body .ContactForm{margin:0;display:block!important}
#ContactForm1_contact-form-name,#ContactForm1_contact-form-email{background:#fff;border:0;padding:10px 0;color:#999;font-weight:normal;width:100%;max-width:initial;border-bottom:1px solid #ccc;transition:.2s ease all}
#ContactForm1_contact-form-email-message{background:#fff;border:none;color:#8f8f8f;padding:10px 0;width:100%;max-width:initial;border-bottom:1px solid #ccc}
#ContactForm1_contact-form-name:focus,#ContactForm1_contact-form-email:focus,#ContactForm1_contact-form-email-message:focus,#ContactForm1_contact-form-name:hover,#ContactForm1_contact-form-email:hover,#ContactForm1_contact-form-email-message:hover{background:#fff;box-shadow:none;border-bottom-color:#ff3c3c;transition:all .3s linear}
#ContactForm1_contact-form-submit{position:relative;color:#fff;font-weight:400;font-size:12px;cursor:pointer;background:#57ad68;border:none;float:left;box-shadow:0 0 0 0 rgba(0,0,0,0.19);transition:all .3s linear}
#ContactForm1_contact-form-submit:hover{background:#468a53;}
#ContactForm1_contact-form-submit:active{box-shadow:0 4px 15px 0 rgba(0,0,0,0.19);}
.contact-form-widget form{display:table;margin:0 auto;}
.contact-form-widget {max-width:initial;}
.floating-ai-body{-moz-box-sizing:initial;-webkit-box-sizing:initial;box-sizing:initial}

Once again copy the below jQuery script and paste it just before </body>
<script type='text/javascript'>
//<![CDATA[
// Fixed Contact Form
$("body").append('<div class="floating-ai"><div class="floating-ai-head"><a href="#no-move">Contact Us</a></div><div class="floating-ai-body"></div></div>'),$(".ContactForm").appendTo(".floating-ai-body");var slide_up_ai=!1;$(".floating-ai-head a").click(function(){slide_up_ai?(slide_up_ai=!1,$(".floating-ai-body").slideUp()):(slide_up_ai=!0,$(".floating-ai-body").slideDown())});
//]]>
</script>

Now click on the orange save template button to apply the changes.

That's it! I hope you like this contact form! Stay tuned for more blogger widgets! Thanks for reading @Prince
Load comments

0 Comment to "Install Dynamic Contact Us Form In Blogger"

Post a Comment