Hi there,
I have a bit of a problem with embedding a Typeform and so far, hasn’t been able to find a solution (I’ve already checked the community, the documentation, even the Stackoverflow).
My intent is not to add a separate button with my embedded Typeform, but rather enable the pop-up function for an already existing button. This is the page in question: https://mvise.de/in-die-aws-mit-mvise/. The pop-up function should be enabled for the long button in the center of the header. The button in the left bottom corner of the header is a legacy element added with a code.
I tried to take the JS function out of that code and add this function to this specific page via the theme editor, and it would be this function:
<script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
But for some reason it doesn’t work, and I cannot figure out why not. Can you please help me?
Thanks in advance!
Olga