Shortcode Reference
Basic Usage
Embed any Formcierge form on a page or post using the shortcode:
[formcierge id="42"]
Replace 42 with the ID of the form you want to display. You can find the form ID in the URL when editing a form in the builder.
Available Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
id |
int | — | Required. The form post ID. |
class |
string | “” | Extra CSS class(es) added to the form wrapper. |
preview |
bool | false | When true, renders a non-interactive preview (useful in page builder previews). |
Examples
[formcierge id="42" class="sidebar-form"]
[formcierge id="5" preview="true"]
Block Editor
If you prefer the block editor, use the Formcierge Form block found under the “Embeds” category. It provides a dropdown to select your form without needing to know the ID.