Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Best Way to fix Blogger Contact form not Sending Messages

Recently, Google contact form for blogger is not sending messages when users hit send button. Years ago, I shared this tutorial Fix Blogger Contact Form (Send Button) Not Working and it was working smoothly, however, it is not the case now. You can give that article a shot, it might work for you.

My best way for fixing blogger contact form not sending messages is to stop using contact form provided by default in blogger.

Stick with me. That is so because it is not the first time Google contact form is not working. And who knows a fix now might be not be viable for future.

The best alternative is Google Forms

I promise this article won't be just embedding Google Forms in your page. We are going to completely customize google form and remove Google watermarks. It will look just like blogger contact form but you can set more fields and options.

In short, we are going to achieve following:
  • Creating Google contact form and customizing.
  • Setting up Redirection when users send the message.
  • Getting responses on emails and replying them.

Here's the demo of our contact form page using google forms. It looks astonishing, right? You can send me a Message via here.

Why Google Forms?

  • Google owns it.
  • Completely free.
  • 100% secure.
  • Trustworthy with users information (Uhh hmm..).

I learned a lot from this site on customizing google form.

Google Form Customization for Static Websites! | Webjeda
Customizing Google Forms is important for someone who trusts Google but doesn’t like their branding at the bottom of the forms. Google offers two ways of using their form. One is embedding the form on our website and the second one is redirecting users to the form page.

For this article, we will use simple "Name","Email" and "Message" fields. You can add/remove more fields accordingly.

(1) Creating Google Contact form and Customization

You can head to Google Forms and click on "+".

Go to "Settings" and enable "Collect email address by default".

Head back to Questions and add ""Name" and "Message" section.

Now, you have a working Google contact form.

Let us make some changes and set it up to make it look like blogger contact form.

The skeleton of simple contact form is:














This outputs a simple contact form with "Name, Email and Message" fields. You can style with some CSS. 

Head back to the form you created earlier and hit that "Send" button and copy the form link as shown below.

Open the link you copied and fill out the fields with some entries (not mandatory, but easier to find IDs later) and right click anywhere and click on Inspect elements.


Select on body and right click and copy OuterHTML as shown below.

Open notepad and paste the code you copied and search for entry.. You will get two finds and in the value you will have that sample entries you inserted.


entry.xxxx is important for us. We will enter those values in name field of our form.

Go to blogger.com and create a page and paste following code in HTML mode. 














You need to make 2 changes here:

  • Change action="https://docs.google.com/forms/d/e/1FAIpQLScf83DXyyzvgOZqbfHsu-uQWwQtNWJ_ZHqdWIemyOVRUtkAWA/formResponse" to action="your_link". You can get your link by clicking on 'eye' button on google form page.

Note: It is important to follow above link format, or else your form might not work. /formResponse must be used at the end.

  • Change name="entry.xxxx" with your values found from searching in notepad.

That's all. You now have a working form that collect responses. You can find responses on Response tab in Google form. Hold your cup because later I will explain how you can get emails and auto-reply.

If you want a more customized form like ours, follow this link:

Custom Contact Form Page for Blogger - Premium Design - TwistBlogg - Premium Blogger Tutorials and Widgets
Contact page creates a place for users to send you a message. Use this premium ready-made contact form page in your blogger blog for FREE.

(2) Setting up Redirection when users send the message

I looked on Stackoverflow and found this amazing solution that allows you to set custom page redirection when users click "Send" button.

html - Old Google Form redirect after submission - Stack Overflow

Following is the code for that:















Change #your_redirection_link with the link you want to redirect users when they send you a message.

(3) Get notified when someone contacts you and auto response - Google Forms

Yes, you can be notified when users hit that send button on google contact form and set auto responses to them. You can further communicate through Gmail.

Google forms allow to install Add-ons.

We will be using two add-ons - Form Notifications and Simple Form Notifications.

If you do not know how to install add-ons on google form, follow this guide:

Introduction to add-ons for Google Forms - YouTube
**Note: this video is a small part of "Google Forms for Educators", a 5 part online course that will help you master Google Forms! Visit http://chrm.tech/for...

Simple Form Notification - Get Notified When someone sends you message

Open "Simple Form Notification" and click "Add Notification".

Choose "Gmail" and Enter values on how you want to get notified. It is straight forward. Here's how notification looks when someone submits response.



Form Notification - Set Auto Response

Open "Form Notification" and enable "Thank you email" and set auto enable message. That's all users will get auto response when they contact you. 

Check your 'sent' tab on gmail and you will have responded automatically. You can communicate further from there.

Though form notification allows you to enable send notification, I prefer Simple form notification because of its unique style and notification format.



This post first appeared on TwistBlogger, please read the originial post: here

Share the post

Best Way to fix Blogger Contact form not Sending Messages

×

Subscribe to Twistblogger

Get updates delivered right to your inbox!

Thank you for your subscription

×