so i looked at the website and there are many different ways of embedding the paperform. for example as a popup:
https://kudeguty.cyon.site/mitmachen/
the html on your page should be like this:
[image: 1715897687402-screenshot-2024-05-16-at-19.14.41.png]
and then i put this in lay options ā custom css & html ā custom head content:
<script src="https://paperform.co/__embed.min.js"></script>
<script>
window.laytheme.on('newpageshown', function(){
if(jQuery('body').hasClass('slug-mitmachen')){
Paperform.popup('musikvielfalt')
}
})
</script>
you could also try the iframe method of embedding it
i unchecked "Disable Ajax / Compatibility Mode" again, cause this also works with it unchecked