Master Digital Marketing, WordPress, SEO

Unlock your potential with expert tips and in-depth guides. Stay ahead with the latest strategies in digital marketing, WordPress optimization, SEO.

Best practices, and essential tools to grow your online presence. Learn, apply, and thrive!

How To Add Contact Form In Blogger

It could be a little boring or tricky task to create a contact us form for bloggers. As we don’t have automated plugins as WordPress offers, and the default contact form of Blogger looks quite boring.

But is important so that the readers could easily connect with the Admin. Moreover, by creating a contact form you keep a door open for opportunities.

If someone has a query or any deal for you, they can contact you by this email form. Here we will look into how to add a Contact Form to the blogger.

How to Add Contact Form in Blogger

  • Step 1. Login into Blogger.com,
  • Step 2. Navigate to the page section and click on the “New Page” button. to add a contact form to the blogger page.
  • Step 3. Give a name as “Contact us” or “Contact Me.” as you would like it to appear on the menu.
blogger page
Once contact us form page gets successfully get created. It can be seen in the Pages Section.
contact me
  • Step 4. Now edit the same page(by clicking on edit, just below it).
  • Step 5. Switch to the “HTML” mode from Compose and paste the Contact Form HTML code provided below.

Download the contact form code for blogger

<form id="contact_form" action="#" method="POST" enctype="multipart/form-data">
<div class="row">
<label for="name">Your name:</label><br />
<input id="name" class="input" name="name" type="text" value="" size="30" /><br />
</div>
<div class="row">
<label for="email">Your email:</label><br />
<input id="email" class="input" name="email" type="text" value="" size="30" /><br />
</div>
<div class="row">
<label for="message">Your message:</label><br />
<textarea id="message" class="input" name="message" rows="7" cols="30"></textarea><br />
</div>
<input id="submit_button" type="submit" value="Send email" />
</form>

The page will look something like the below page.

Link
  • Step 5. As the code is been replaced, Click on Publish.
Template
href

Yes, you have created a contact us form, just one more step to get it working we need to link the page with the contact menu.

  • Step 6. Switch to Blogger Dashboard and navigate to the Template – and click on Edit HTML.
  • Step 7. Now, search for “Contact Us,” Press Ctrl + F on your keyboard and hit input Contact Us, and hit enter. The code will look something like the below image.
  • Step 8. So now the next step is to “View” the “contact Us” page and copy the URL,

Step 9. Paste the URL between the quotations(‘ ‘) and click on save the template. We are done, and now you can view your blog to test whether the contact menu is working.

We can also embed contact forms by creating them in Google forms. If you are not sure about how to create a google form and embed it, this link will work for you Embed Google Form.

Please do let me know if you find any difficulty in the entire procedure, will be happy to help.

Navin Rao
Navin Rao

Navin Rao always like to explore new things. His Blog QuestionCage covers the topics like WordPress Tricks, Google, Social Media, Blogging and SEO Tips which simplifies the whole blogging process. He loves to tweak things with WordPress and boost the loading speed of the website. know more About him

3 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *