Pages

๐Ÿ’ปHow to Add a Contact Form in Blogger: Easy Step-by-Step Guide ๐Ÿ“

๐Ÿ’ป๐Ÿ“ How to Add a Contact Form in Blogger: Easy Step-by-Step Guide

When I first tried adding a Contact Form to my Blogger site, I struggled because tutorials were either outdated or confusing. It turns out, it’s as easy as 1-2-3, and I want to save you the hassle with this simple guide.


Step-by-Step Tutorial

Step 1:

 

๐Ÿ“„ Go to your Blogger Dashboard and create a new page.
๐Ÿ“ Title it “Contact Us” (or any variation you prefer) and add other information such as your email address, phone number, or shop details if applicable.

Step 2:

 

๐Ÿ–ฅ️ Click on the HTML button beside the “Compose” button in your page editor. This will allow you to insert raw HTML codes.

Step 3:
๐Ÿ’ป Copy and paste the HTML code below into the area where you want your contact form to appear:

 <div class="widget ContactForm" id="ContactForm1">
  <div class="contact-form-widget">
    <div class="form">
      <form name="contact-form">
        <div class="fm_name">
          Your Name:<br/>
          <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" />
        </div>
        <div class="fm_email">
          E-mail Address *:<br/>
          <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" />
        </div>
        <div class="fm_message">
          Message *:<br/>
          <textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
        </div>
        <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Submit" />
      </form>
    </div>
  </div>
</div>


๐Ÿ’ก Tip:
If you want the form to be centered on your page, simply wrap the code with <center> before it and </center> after it:

<center>
<!-- Your form code here -->
</center>

๐Ÿ“ง Sample Contact Page

Here’s what your contact page can include along with your form:

๐Ÿ“Œ Tindahan Ko Online (Sari-sari Online Store)

๐Ÿ“ง Email: sarisarionlinestore09@gmail.com | solstore09@yahoo.com
๐Ÿ“ž Phone #: 940-6559
๐Ÿ“ฑ Mobile #: (0945)491-5809 | (0917)534-1770


Final Tips

๐Ÿ”น Always test your contact form after publishing to ensure messages are received
๐Ÿ”น Keep your email address updated in Blogger Settings
๐Ÿ”น Add a thank you message on your page for user friendliness
๐Ÿ”น Share this tutorial with other bloggers who may find it helpful


๐Ÿ’ก Did this guide help you?
✔️ Leave a comment below if you have questions.

✔️ Like and share this post to help fellow bloggers build their websites with confidence!

No comments:

Post a Comment

Thank you for reading! Please share and like my Facebook page :)