Skip to main content
Question

Same Form Embedded Multiple Times On One Page


  • Explorer
  • 2 replies

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?

2 replies

  • Author
  • Explorer
  • 2 replies
  • June 26, 2024

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>


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • July 12, 2024

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