Send Button Not Working Issue Solved
Hello Guys, Tomorrow one of my subscribers reported that the submit button on the Contact Form in median UI isn't working at all.
So, I dig some graves and find out that the cause of the malfunctioning submits button on the Contact Form is because of the Table of Content (TOC) script on a static page.
In an easy word, you only need to hide the Table of Contents on a static page.
It's Very Easy To Hide TOC on Static Page...Please follow the complete tutorial, For hiding (TOC) in Static Page. Just Follow The Instructions:
All Done!* You are good to go...
So, I dig some graves and find out that the cause of the malfunctioning submits button on the Contact Form is because of the Table of Content (TOC) script on a static page.
In an easy word, you only need to hide the Table of Contents on a static page.
It's Very Easy To Hide TOC on Static Page...Please follow the complete tutorial, For hiding (TOC) in Static Page. Just Follow The Instructions:
- Go To Blogger.com
- Then Go To Themes
- Click On Edit HTML
- Then Find And Replace HTML Code Given Below
<!--To Remove Table of Contents -->
1. Find This HTML Code And Repalce
<b:include cond='data:view.isSingleItem and !data:view.isPreview' data='post' name='post-artikelTOC'/>
// Replace With This ↓
<b:include cond='data:view.isPost and !data:view.isPreview' data='post' name='post-artikelTOC'/>
2. Find This HTML Code And Repalce
<script>medianTOC();</script>
// Replace With This ↓
<b:if cond='data:view.isPost'><script>medianTOC();</script></b:if>
- Finally, Then Click On The Save Button.
All Done!* You are good to go...