• I have a couple of CF7 with <script> snippets in.

    Since the last update this tags are visible, but there is no mistake in the code.

    Please check and fix that. I guess, it is causes by the other bugs of the last update mentioned here

    Best,

    Ralf

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    Where on the site do you have the form having the issue?

    Thread Starter icaruswebsites

    (@icaruswebsites)

    Normally in the tab “Gutschein bestellen” @ https://icarus-manifest.de/demo/

    but I did a version rollback one hour ago, so the bug doesn´t appear any longer. You can try it on your own by copying the following code in a form.

    <script>
    document.addEventListener(‘cf7-recordset’, function(evt){
    if(evt.detail[‘recordset-id’] == ‘ninox_voucher_list’)
    {var records = evt.detail[‘recordset-data’];
    for(var i in records) records[i][‘composed_text_voucher’] = records[i][‘Bezeichnung’]+’ – ‘+records[i][‘Einzelpreis’]+’ €’;
    }});
    </script>

    It is just a script to change drowdown text in combination with CF7 datasource plugin.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What do you mean by “tags are visible”? I tested with the script element and it was not visible at any point.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Script tags visible’ is closed to new replies.