PoplituDocs

Embedding Forms

Embedding Forms

You can embed Poplitu forms seamlessly into your existing website.

Standard Embed

This works with any HTML website (Wordpress, Webflow, React, etc.).

  1. Go to the "Share" tab in the Builder.
  2. Select "Embed".
  3. Copy the provided code snippet.
  4. Paste it into your website's HTML where you want the form to appear.

React / Next.js

For React applications, you can use our React component (Coming Soon) or a standard iframe.

<iframe
  src="https://poplitu.com/f/YOUR_FORM_ID"
  width="100%"
  height="600px"
  frameBorder="0"
></iframe>