how to create contact us page in blogger-blogspot 2022

Why should we create a Contact Us Page? 

There are many reasons why we should have contact form on blogger. #1, it will help you build relationships with your customers. 
Relationships are the basis for trust, which is an important component of word-of-mouth marketing.
#2, it will make your blog more useful to visitors and help you figure out what actions you should take on your blog. 
#3, Contact us, form gives you another opportunity to display your message intelligently. We have to create a blogger contact form because it is important to know what the user wants to say to the blog writer. Many users may ask or suggest something about the blog, but the author won't know anything until they create a form. It is possible that someone complains about a blog post or is simply grateful for valuable information.

What are the Advantages of the Contact Us form on your website? 

When you have a contact us page on blogger, it will be easier to get Adsense approval because Google will check this page as well. adding a contact us page on your blog helps you build a community around your blog. Your readers can post comments on this page and contact you about any questions or concerns they may have.If you add a contact form on your website, people will send you their information. Most Sponsored users posts are contacted via our contact form. This is the best advantage of having one on your website. 

How do I create a contact us page that is responsive to bloggers?

If you want to create a dedicated responsive contact us page on the blogger's website, then you need to follow a few steps: 
#1, step is to create a page on the blogger and name the title "Contact Us." 
#2, Now Copy & Paste the code below on the Page you named the Contact Us Page.

contact us form pcode

Copy & Paste the code below on the Page you named the Contact Us Page.


<form name="contact-form">
<p></p>
Name
<br />
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" />
<p></p>
Email
<span style="font-weight: bolder;">*</span>
<br />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" />
<p></p>
Message
<span style="font-weight: bolder;">*</span>
<br />
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
<p></p>
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" />
<p></p>
<div style="max-width: 222px; text-align: center; width: 100%;">
<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>

To follow the process and more detail watch the video :


Question #1: Why should I add a Contact Form on my blogger/blogspot? 

Adding a contact form makes it easy for your readers to contact you. they can come to your blog, fill in the necessary information in the contact form and simply press send. That makes it very easy for them. This is also useful for blog administrators because they don't have to expose their email address on your blog.

Question #2: Why should I move the contact form to a separate page?

if you want contact forms to be supported on mobile templates as well, then it might be a better option to move the blogger contact form to a separate page. 

Question #3: Where will the contact form message sent?

it will be sent to the email addresses of all blog administrators.

Question #4: Does blogger's contact form have a positive or negative impact on SEO? 

Not 

Post a Comment

5 Comments

Anonymous said…
Thank you ,helped me a lot
KopiPait said…
Thank you, it works!
Yazdan said…
It woks as well,thanks
Zamir said…
Good job
Anonymous said…
Good job
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();