Skip to main content

Trying to embed the same form multiple times on a single page, and only the first embed is loading/rendering.

 

It’s a landing page and we’d like to use it for lead capture, is this normal behavior? Should we just add links on the page to jump up to the form?

I’m using this embed code so we can grab the page its from.

 

<div id="tf" style="width:100%;height:275px;"></div>
<link rel="stylesheet" href="//embed.typeform.com/next/css/widget.css" />
<script src="//embed.typeform.com/next/embed.js"></script>
<script>
  window.tf.createWidget('censored', {
    container: document.getElementById('tf'),
    hidden: { url_form: window.location.href }
  });
</script>


Hi @uxie Apologies for missing this! Could you share the URL where you have the form embedded?


Reply