Browse Documentation
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

  1. Open your page or post in the WordPress Block Editor (Gutenberg).
  2. Click the + (Add Block) button and search for Custom HTML.
  3. 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

  1. Edit your page with Elementor.
  2. Drag and drop the HTML Widget onto your page layout.
  3. Paste your embed snippet into the HTML Code box in the left panel.
  4. Click Update to publish your changes.