Hey @Marc! I’ve played around with the page a bit, there is no issue with the setup.
I just noticed that the script on the published page is
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"
class="_iub_cs_activate _iub_cs_activate-activated"
data-iub-purposes="1,sh"
data-cmp-info="2"
async="false"
data-cmp-ab="2"
></script>
instead of the usual
<!-- [Attributes by Finsweet] CMS Load -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"></script>
I believe this is added by iubenda which may be initiating the library twice, as I can replicate by preventing the load and manually triggering it twice (see video below)
Let me know what you think!