![Google Official Contact Form for Static Pages in Blogger](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWkiiI1wLe0_9GJcc2lNoS4HLCFNi9QUv-W8fKcqoY2AVEN7daGzCyfVMc5BcGAHjSOybmcaja_Oxv3niY4_RI7dUFnt8FHzywQPD9T25iE-GiSOodc3wtd0DAVrOV4VH7rRcQUTZz1Iw/s1600/blogger-official-contact-us-form-google-static-pages.jpg)
Blogger released it's brand new Contact Form Widget for Blogger Users .It helps to send e-mails to blog owner without Sign In to Google or any other account. Anyone can send mails by providing a valid e-mail address and Message. But there is a problem with that Widget. We posted an article about "How to add Blogger Official Contact Form?" It only works as a Widget (it occupies in Sidebar / Footer), it can place in Static Pages. In many popular websites/blogs they use a page for Contact Form. By default this Contact Form can only used as widget, we are introducing a technique to use Google Official contact Form on Blogger Static Pages.
Check our Contact Us Page for Demo
- Sign In to Blogger Dashboard
- Select Pages -> Create Blank Page
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2jac9UDMcFC86tFy6_1o6PeIvSh4oRv-DC_juodg6nviY17kfdelGTcxOcrWRrmMrFlSKUWGrTVFf1lxJGz32RsxR0wi_zK_cND3YboiiYh4apLzNb9W6943blomEoBVdbbRSzMF5cgw/s1600/blogger-official-contact-us-form-new-page.jpg)
- Switch to HTML mode from Compose Mode.
- Click on HTML in left top of the Page
- Copy the Following code inside it and Save
<table><tbody>
<tr><td>Name</td> <td>
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" />
</td></tr>
<tr> <td>
Email<span style="font-weight: bolder;">*Mandatory</span></td><td>
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" />
</td></tr>
<tr> <td>
Message<span style="font-weight: bolder;">*Mandatory</span></td><td>
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
</td></tr>
<tr><td align="center" colspan="2">
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" />
</td></tr>
<tr><td align="center" colspan="2">
<div style="max-width: 222px; text-align: center; width: 100%;">
<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>
</div>
</td></tr>
</tbody></table>
<tr><td>Name</td> <td>
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" />
</td></tr>
<tr> <td>
Email<span style="font-weight: bolder;">*Mandatory</span></td><td>
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" />
</td></tr>
<tr> <td>
Message<span style="font-weight: bolder;">*Mandatory</span></td><td>
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
</td></tr>
<tr><td align="center" colspan="2">
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" />
</td></tr>
<tr><td align="center" colspan="2">
<div style="max-width: 222px; text-align: center; width: 100%;">
<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>
</div>
</td></tr>
</tbody></table>
- Go to Template -> Edit HTML
- Click on Jump to Widget and take Contact Form1
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIo0jSk0AWE2yddg7k5Hxa3P8f6wbwZfGhNiiqI9DDdYXjE5KY6nSKoDEkvDnipGi0oEpeBOEqyx8IQm8QF62z5-Y5VHukRx6Quyt1Q-JEJ0GfZ12H3SgmP0QXqu0QwvqCIwqt6aoJg9w/s1600/blogger-official-contact-us-form-google-template-edit-html.jpg)
- Click on the arrow before <b:widget id='ContactForm1' locked='false' title=' Contact Us' type='ContactForm'>
![expand-contact-form-widget-main-includable expand-contact-form-widget-main-includable](http://lh6.ggpht.com/-WJpxgXxRkqY/UZVKrAJUwkI/AAAAAAAACto/0LsefeJhbbs/expand-contact-form-widget-main-includable%25255B2%25255D.png?imgmax=800)
- Delete the portion inside <b:includable id='main'> ........ </b:includable>
![delete-bincludable-of-contact-form delete-bincludable-of-contact-form](http://lh6.ggpht.com/-i_aSI_fKS10/UZVKscbjFKI/AAAAAAAACtw/r_9ZgJ4XjDk/delete-bincludable-of-contact-form%25255B2%25255D.png?imgmax=800)
- Now Sidebar Widget will not appear.
- Click on Save
0 comments:
Post a Comment