Embed in WordPress
Add a Clipform to your WordPress site.
You can add a Clipform to any WordPress page or post using the built-in Custom HTML block. No plugins required.
Using the block editor (Gutenberg)
- Open the page or post where you want the form
- Click the + button to add a new block
- Search for Custom HTML and select it
- Paste the embed code:
- Replace
YOUR_SHARE_IDwith your form's share ID - Click Preview to check it looks right, then Publish
The style attribute reserves space for the form while it loads, preventing the page from jumping. You can adjust the background colour to match your page.
Using the classic editor
If you're using the classic WordPress editor:
- Switch to the Text tab (not Visual)
- Paste the same embed code at the position you want
- Switch back to Visual to check the placement
- Click Publish
Controlling the size
By default, the form fills the width of its container. To constrain it, wrap the embed in a div with a max-width:
Troubleshooting
- Form not appearing - make sure you're using a Custom HTML block, not a Paragraph block. WordPress will strip the script tag from Paragraph blocks.
- Script blocked - some security plugins (like Wordfence or Sucuri) may block external scripts. Add
clipform.ioto your plugin's allowlist. - Caching issues - if you use a caching plugin (WP Super Cache, W3 Total Cache), clear the cache after adding the embed.
See the general embed guide for more options like the JavaScript API and sizing details.