[ad_1]
Hello @justanothernerd
Thank you very much for using our plugin.
There is a plugin on your website that removes the inline script tags.
Our plugin inserts:
<pre style="display:none"><script>form_structure_1=[[{"form_identifier":"",...</script></pre>But the third-party plugin on your website transforms it into:
<pre>form_structure_1=[[{"form_identifier":"",...</pre>You have two alternatives:
- Identify the plugin that causes the issue and modify its behavior.
- Or, insert the form shortcode with the iframe attribute:
[CP_CALCULATED_FIELDS id="1" iframe="1"]Best regards.
