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.).
- Go to the "Share" tab in the Builder.
- Select "Embed".
- Copy the provided code snippet.
- 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>