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:
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