2 same forms repeated on same page

Hello all,

I created a new form that has 8 pages. Strangely, when I published it, each of the pages is replicated underneath each other. How do I resolve this, as I don’t want this replication?

Thanks kindly.
Mark

Have you used custom HTML in any of the fields? This can happen when using custom HTML, and the tags aren’t balanced, for example, an opening <p> without the corresponding closing </p>. The browser tries to fix the invalid HTML, but almost always fails, resulting in elements displaying when and where they shouldn’t.