How to add a contact form

Blogger will send the messages to the email account you're using for your Blogger account. The form is not always reliable, so check it regularly to see if the messages are received - if not, replace the form with your email address so people can contact your directly.

  1. Go to Pages > open the Contact page (or create one)
  2. Click on the first icon from left to right and select "HTML view" *
  3. Copy the code of the contact form below and paste it in your Contact page

* Don't edit the page in "Compose view" because it will mess up the form's HTML.

<form class="contact-form" name="contact-form">
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder="Name" size="30" type="text" value="" />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="Email" size="30" type="text" value="" />
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="Message" rows="5"></textarea>
<button class="contact-submit" id="ContactForm1_contact-form-submit" type="button" value="Send!">Send Message</button>
<div class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></div><div class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></div>
</form>