Fix Contact Form (Send Button) Not Working in Blogger/Blogspot 2024

Recently, a problem appeared on blogger blogs where the contact form does not work at all on the site, for reasons unknown as yet. This may be temporary or permanent on some of the templates for blogger blogs.

Today we will use a guaranteed method to fix the contact form not working and make it work as shown in the picture below after sending a message.

How to fix the Blogger contact form not working on Blogspot sites?

To fix the contact form, follow these steps:

  1. Go to Blogger Dashboard > Theme > Click on Down Arrow > Edit HTML.
  2. Press CTRL+F and a search bar will appear at the top, then search for the </body> tag.
  3. It takes you to the </body> tag.
  4. Replace the </body> tag with this code:
<b:if cond='data:blog.url != &quot;https://www.rovana.site/p/contact.html&quot;'>
  &lt;!--</b:if>
  </body>
  <b:if cond='data:blog.url != &quot;https://www.rovana.site/p/contact.html&quot;'>
  --&gt;
</body>
</b:if>
  
Change my contact form URL https://www.rovana.site/p/contact.html with your site's contact form URL. The Blogger widgets.js script is removed from your site and it will only work on the given URL page, so you must change my URL to your contact page URL.
Now your site contact form is working and the unused script is also removed from your site. It will only work on the contact form page. Your contact form not working issue is successfully fixed. If you face any problem, please contact me and I will help you to fix your issue.
This code only works for contact us pages, not for the widget contact form. Shift your contact form from the widget and create a dedicated page on your Blogger. If the method doesn’t work for you, try it on a test blog and see that it works fine. There may be other code on your blog that conflicts and prevents the code from working.

Conclusion

I hope you understand how to fix the Blogger Contact Form (Send Button). If you have any questions, let me know in the comment section. Thank you for visiting our website.