How To Add a Contact Us Form Code and Create a Contact Us Page in Blogger

How To Add a Contact Us Form Code and Create a Contact Us Page in Blogger

How To Add a Contact Us Form Code and Create a Contact Us Page in Blogger

BlogSpot is an ideal choice for beginners to learn blogger and understand how it works.

Blog Spot users can use a contact form in their widgets, but you can not add them to the pages. In this Blog Guide , I will  help you to create a contact us page and add a contact form in your Blog Spot blogger.com . I will show you two different and easy way to do this, Take any one of these.


Fist Method is by using a third-party tool, and method two is by using an official Blogger “contact us” gadget. to choose any.



Option 1: Supporting by 123 Form Builder 


This is my favorite tool to create any kind and type of forms for all non-WordPress sites.

123 Form Builder is a cloud tool to build any type of online forms and manage workflows, and collect their data an easy way. It works for every CMS platform, including Blog Spot and WordPress.


Following this steps

1 – Go To 123 Form Builder and Create A Free Account


2 – Login To Your Dashboard 


3 –  Click On The Arrow Next To The Create A New Form Button. 


4 – Click on contact form & Lead form option.




A Contact Form Will Appear after create new form in second page. Which Is Ready To Be Used. You can add any extra fields you may want by clicking the fields button.




5 – Click on save and publish button.

6 – Copy the java script code from the screen.  ( CTRL + C )



7 – Go to your Blogger blog dashboard and click on add new page. Name this page, “Contact Us.”


8 – Click on the HTML format editor button and paste the code here paste by ( CTRL + V ) and click publish.




Your contact form is now live on your blog. 


Let’s move to our second method


Option 2: – Customizing the Blogger “Contact Us” Gadget


Blogger has an official contact us Page as a widget  you can’t use it on any of your pages. It’s only accessible through sidebars. 

Follow this Steps below to customize it for using it for contact pages.


Following this steps

1 – Go to your Blogger dashboard 


2 – click on the layout tab.


3 – Click on add new gadget.






Step 4 – Select the contact us widget from the menu and 

Step 5 – click on the add button. Uncheck the visible option and save the widget.




Step 6 – Add a new page to your blog. Name as this page, “Contact Us.” In the HTML editor copy and paste the following HTML contact form code:


<div id=”custom_ContactUsFromForBlogSpotBlogger” class=”widget ContactForm”>

<div class=”contact-form-widget”>
<p>Get in touch with us by filling out the form below.</p>
<div class=”form”>
<form name=”contact-form”>
<p></p>
Your Name
<br>
<input type=”text” value=”” size=”30″ name=”name” id=”ContactForm1_contact-form-name” class=”contact-form-name”>
<p></p>
Your Email
<span style=”font-weight: bolder;”>*</span>
<br>
<input type=”text” value=”” size=”30″ name=”email” id=”ContactForm1_contact-form-email” class=”contact-form-email”>
<p></p>
Your Message
<span style=”font-weight: bolder;”>*</span>
<br>
<textarea rows=”5″ name=”email-message” id=”ContactForm1_contact-form-email-message” cols=”25″ class=”contact-form-email-message”></textarea>
<p></p>
<input type=”button” value=”Send” id=”ContactForm1_contact-form-submit” class=”contact-form-button contact-form-button-submit”>
<p></p>
<div style=”text-align: center; max-width: 222px; width: 100%”>
<p id=”ContactForm1_contact-form-error-message” class=”contact-form-error-message”></p>
<p id=”ContactForm1_contact-form-success-message” class=”contact-form-success-message”></p>
</div>
</form>
</div>
</div>
<div class=”clear”></div>
<span class=”widget-item-control”>
<span class=”item-control blog-admin”>
<a title=”Edit” target=”configContactForm1″ onclick=”return _WidgetManager._PopupConfig(document.getElementById(“ContactForm1″));” href=”//www.blogger.com/rearrange?blogID=8799058979810298021&widgetType=ContactForm&widgetId=ContactForm1&action=editWidget&sectionId=sidebar-right-1″ class=”quickedit”>
<img width=”18″ height=”18″ src=”// ( Change it your original Icon path )Your source code for icon image alt=””>
</a>
</span>
</span>
<div class=”clear”></div>
</div>

Important – Should be change the BlogID Highlighted in code of the above code with your blog’s original ID. You can find your BlogSpot blogID by going to your BlogSpot blog dashboard and looking at your URL in the browser’s’ address bar. 

Share this post

Comments (15)

Leave a Reply