Hi @stevehale,
Can you please check if you have any snippets enabled in WPCode or code added to the Header & Footer area in WPCode that is interfering here?
WPCode by default does not add any output to the frontend unless code is added to the plugin.
Please reach out using the form at https://wpcode.com/contact, and we’re happy to help you find the source of this conflict.
This code is in the header.
Do you think that this is the issue?:
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/6605afb8a0c6737bd126070c/1hq33cqqj';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
Steve
Hi @stevehale,
That script should not cause any interference, but I recommend testing the form without the script to confirm. As I said previously, WPCode on its own does not output anything in the frontend so you might be running into a conflict due to a script added through WPCode.
With the script running the issue occurs. If the script is disabled, everything is fine.
So I guess it’s the script causing the issue.
Steve