Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter justanothernerd

    (@justanothernerd)

    Many thanks for your quick response and a solution that worked!

    Plugin Author codepeople

    (@codepeople)

    Excellent !!!

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Code showing, not form’ is closed to new replies.