Back to Integration Overview
🌐
WordPress Integration
CMS & Blogs • Gutenberg Block / Elementor / Shortcode
Embed forms into any WordPress page, blog post, or sidebar widget without writing complex code.
Method 1: Gutenberg Custom HTML Block
- Open your page or post in the WordPress Block Editor (Gutenberg).
- Click the + (Add Block) button and search for Custom HTML.
- Paste the code snippet below into the block:
<div id="wp-form-container" data-form-id="YOUR_FORM_ID"></div>
<script src="https://email-marketing-liart.vercel.app/api//widget.js" async></script>Method 2: Elementor Page Builder
- Edit your page with Elementor.
- Drag and drop the HTML Widget onto your page layout.
- Paste your embed snippet into the HTML Code box in the left panel.
- Click Update to publish your changes.