Plugin Author
WPBean
(@wpbean)
Hi,
Please keep the “Force loading CF7’s Scripts” as checked and give me your site URL.
I will check this and give your a quick solution.
Thank You
Hi
Root cause of the error is WP Armour plugin and developer has suggested (below link) to change your code. https://ww.wp.xz.cn/support/topic/common-error-spamming-or-your-javascript-is-disabled/#post-18300377.
Now my question would be where in your code files I need to place above suggestion?
Regrards.
Plugin Author
WPBean
(@wpbean)
Hi,
Added this code to this plugin and released an update. Please update it on your site and clear all the cache. Then test it.
Thank You
Tested your new version. It fixed the problem. Great support indeed.
New version has a small glitch though – now a scroll bar is shown beside the fields (something like iframe) on the pop up form.
Plugin Author
WPBean
(@wpbean)
Please share the site URL. I need to see this to find out the problem.
Thank You
Plugin Author
WPBean
(@wpbean)
I just released another new update for this plugin, can you please update this plugin on your site and let me know?
Thank You
Thanks. Updated to v 1.6.3 and flushed all cache. But that glitch persists.
Plugin Author
WPBean
(@wpbean)
Hi,
Please add this custom CSS code to your site, The issue will be fixed.
.wpb-gqf-form-style-true .wpcf7 form>p span,
.wpb-gqf-form-style-true .wpcf7 form>div span {
display: inline-block!important;
}
.swal2-html-container {
overflow: hidden!important;
}
Thank You
That’s neat! Thank you. Top notch support indeed.