Fix Contact Form Submit Button Not Working on Median UI Blogger Template
Hi, so you are looking for the solution of how to fix Median UI Blogger Template Contact form submit button not working or not responding when clicked on it. No need to worry here I provided 100% working solution of it.
Median UI is a very beautiful Blogger Template. Its design is unique and very attractive. I think every Blogger love this Median UI Blogger Template in first impression.
So after upload this template you have probably seen that your contact form submit button is not working or not responding on click.
So here you will learn How to fix this contact form not working problem when using Median UI Blogger Template.
Why Contact Form Send Button is Not Working on Median UI Blogger Template?
Blogger Contact Form Send button is not working on Median UI Blogger Template because of the Table of Content Widget.
How to Fix Contact Form Send Button Not Working on Median UI Blogger Template?
As the Send Button is not working because of 'Table of Content widgets' so, you have two options to fix this problem. Either Disable Table of Content Widgets for static Pages and shows only on posts, or Disable Table of Content Widgets for both Posts and Pages.
How to Disable Table of Content Widgets for static Pages in Median UI Blogger Template?
<b:include cond="data:view.isSingleItem and !data:view.isPreview" data="post" name="post-articleToc"> </b:include>
Now Replace the above code with the code given below
<b:include cond="data:view.isPost and !data:view.isPreview" data="post" name="post-articleToc"> </b:include>
b. Again Search the following code
<script>medianTOC();</script>
and Replace with the code given below
<b:if cond="data:view.isPost"><script>medianTOC();</script></b:if>
Now save the template. So you have successfuly disable Table of Content for Pages and this widgets will only be appeared on Post only. As it is not appeared on Page so Contact form Submit button of Median UI blogger Template will Work fine now.
How to Disable Table of Content Widgets in Median UI Blogger Template for both Posts and Pages?
<b:include cond='data:view.isSingleItem and !data:view.isPreview' data='post' name='post-articleToc'/>
b. Again Find the following code and delete it
<script>medianTOC();</script>
Now Save the template and now Table of Content Will not appear on your site and Contact Form Submit button will working fine.
I hope you followed the steps carefully and Successfully fix Contact Form Submit button not working on Median UI blogger Template. Don't forget fo comment below you have fix it or not and also share this article with your friends or social media who facing the same problem and unable to find the solution for it. Thanks for reading this article.
Post a Comment