Send button not working in contact form in Median UI

Contact page median ui -Tech Search

Send Button Not Working Issue Solved

Hello Guys, Tomorrow one of my reader 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 in Static Page...Please follow the complete tutorial, For hiding (TOC) in Static Page.

Just Follow The Instructions:

  1. Go To Blogger.com
  2. Then Go To Themes
  3. Click On Edit HTML
  4. 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>

5. Finally, Then Click On The Save Button.

Now, Go and check your contact form, I am 100% sure that, Your Contact Form will work perfectly...

All Done!* You are good to go...

2 Comments

Post a Comment

Previous Post Next Post