How to Create A Contact Us Page for Blogger/Blogspot in 2021?

3 minute read
Are you sure you need a contact page on the Blogger site? Yes, why is that this necessary on each website? That’s why I recognize, which you require entirely about running blog, so I connected with you all through the PAIRGet Blog website. Here you will get any kind of information about a blogger, programming and creative competencies, and greater.

Contact Us page for bloggers : PAIRGet
So I go right here to a fairly popular Contact Us page for Bloggers. A Contact Form page in Blogger page may be very simple to use for everyone 

However now it proceeds just a few steps to initiate any website. But, the most of bloggers needs to use it on any proper contact us page instead of a sidebar or footer widget. 

Why can we need a contact page for websites?

When the visitor or viewer may also have any trouble, query and asking needful information, then it's necessary to contact of websites holder. Then website holders want to help them. Sometimes  additional they also deliver feedback of your website.

So viewers get some potential about the site. So they will get attached with you every time.

Features of Contact Page

  • Unique Option.
  • Wonderful & decent.
  • Instant release assistance.
  • No Page refresh while sending out.
  • Easy to customize With CSS.
Demo : Contact Page
We will placed it on any static page instead of a sidebar or footer.
Agree with hopeful, because it's Blogger’s authorized widget. So we preference no longer to situation around.

Inside the above preview of the snapshot, you have noticed that it has carried out a quiet a few endeavors to bring about the blogger contact page as certainly responsive.

Add Script of Contact Us Page

1. Go to Blogger Dashboard > Page,
2. Create New Page and change the compose mode to HTML.

3. Copy the following code and put it into there.
/* Contact Page */
<div class="ContactForm" id="ContactForm1">
  <form name="contact-form">
    <div class="input-area">
      <label>Name</label>
      <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" type="text" value="" />
    </div>
    <div class="input-area">
      <label>Email <span>*</span></label>
      <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" type="text" value="" />
    </div>
    <div class="input-area">
      <label>Message <span>*</span></label>
      <textarea class="contact-form-email-message" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
    </div>
    <div class="input-area">
      <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Submit" />
    </div>
    <div class="notif-area">
      <p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p>
      <p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p>
    </div>
  </form>
</div>

<script src="https://www.blogger.com/static/v1/widgets/2271878333-widgets.js"></script>
<script>/*<![CDATA[*/ if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV1";window['blogger_blog_id'] = '000000000000000000';BLOG_attachCsiOnload(''); }_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d000000000000000000','//https://yourdomain.com/','000000000000000000');
_WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'footer1', null, document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': '000000000000000000', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull')); /*]]>*/</script>
After pasting within the page you can require to change some information within।the above code.
  • 000000000000000000 : you may want to change your Blog Id with yours. You will get it on Blogger Dashboard. Copy URL when you Blogger Dashboard URL will seem like this https://draft.blogger.com/blog/posts/000000000000000000 Now Copy the last code and replace with yours.
  • https://yourdomain.com/ : Modifications with URL along with your link.
4. Save the Contact Us Page
5. It's done to add a contact page on your website. Now you can check it yourself, it has been successfully created. 

Adding a Contact page, it's accurate with a view to purpose every viewer will touch you through this page in a blogger manner. They simply need to put their Name, Email and And their message. And they may hit the Send after seconds you will get an Email from them. You can easily help them while facing any problems.

Feel free to contact us..!