MJM
MJM

Reputation: 49

Ninja Forms 3.0.11: <noscript>

I am getting this no script error, and am unsure as to why.

Javascript is allowed in my browser, and the adblock is disabled. I see Ninja Forms 3.0.11 has a JS directory with several files.

<noscript class="ninja-forms-noscript-message">
Notice: JavaScript is required for this content.</noscript>

Has anyone come across this upgrading? If so, could you please explain how you resolved this?

Thank you.

Upvotes: 0

Views: 6187

Answers (4)

Мy decision: add code <? php wp_footer (); ?> in the template file footer.php

Upvotes: 0

TECH GURU
TECH GURU

Reputation: 1

i got same error: Notice: JavaScript is required for this content.

i removed my cache plugin Autoptimize, SG optimizer, the plugin used to combine js/css files etc,

it will solve your problem :)

Thank You

Upvotes: 0

iheartjs
iheartjs

Reputation: 1

Make sure all of the scripts from your header and footers are getting added to the page correctly. I experienced this issue with an add on for ninja forms and my call to get_footer wasn't being included on the page and created this issue.

Upvotes: 0

Benjamin Cuslidge
Benjamin Cuslidge

Reputation: 68

I was having this same problem today so I decided to switch themes and see if that fixed it. And that did fix the problem. So I switched back and it was still broken. I inspected the page and noticed there was a JS error in the console and I resolved that JS error that had nothing to do with Ninja Forms and it made my form show up and work fine now. So it seems if there are any JS errors going on it will affect it.

Upvotes: 1

Related Questions