Once you have built and saved a form in Formcierge, you can display it anywhere on your WordPress site using a **shortcode** — a short piece of text in square brackets, like `[formcierge id="5"]`. This tutorial shows you where to find your form's shortcode, and three ways to embed it: in a page or post editor, in a widget area, and in a theme template file. You will also see how to preview the embedded result.
1
Build a quick form to work with
The form builder opens automatically when you create a new form. For this tutorial you just need a couple of fields to have something to embed. The form has been started for you — you will add two fields in the next steps, then save the form to get your shortcode.
2
Add a Name field
Drag the **Text Field** from the left panel onto the canvas. This will be the visitor's name input.
3
Label the field
Click the **Text Field** on the canvas to open its settings, then set the **Label** to **Your Name**.
4
Set the name label
In the right panel, update the **Label** field to **Your Name** so the field's purpose is immediately clear on the form.
5
Add an Email field
Drag the **Email** field from the left panel onto the canvas below the name field.
6
Save the form to get your shortcode
Click **Save Form** in the top bar. Formcierge saves the form and assigns it a permanent ID number — for example, ID *5*. This ID is the key part of the shortcode. You will need it in the next step.
7
Find your form's shortcode
Click the **Settings** button in the top bar to open the Form Settings panel. Inside, go to the **General** tab (it is usually open by default). You will see a blue **Form Information** box showing your **Form ID** and the ready-to-use **Shortcode** — something like `[formcierge id="5"]`. Click it to copy it to your clipboard.
8
Copy the shortcode
The **General** tab shows the Form Information box with your shortcode. The format is always `[formcierge id="X"]` where X is the number shown next to *Form ID*. Write this number down — you will use it in the next steps to embed the form.
9
Preview the form before embedding
Before you embed the form, click **Preview** in the top bar to open a live preview in a standalone page. Check that the form looks and works as expected — test the field labels, placeholder text, and the submit button. This is the same form your visitors will see once you embed it.
10
Embedding in a Page — open the WordPress editor
Return to the builder, then go to **Pages → Add New** (or edit any existing page) in your WordPress admin. You can embed the shortcode in three ways depending on which editor you use.
11
Embedding with the Gutenberg block editor
If you use the **Block Editor** (Gutenberg), click the **+** button to add a new block, then search for **Shortcode**. Select the Shortcode block, and paste `[formcierge id="5"]` (using your actual form ID) into the block's text field. Click **Preview** or **Publish** to see the form live on the page.
12
Embedding with the Classic Editor
If you use the **Classic Editor**, switch to the **Text** tab (not the Visual tab) in the editor, then paste `[formcierge id="5"]` directly into the content. Switch back to the Visual tab — you will see a placeholder where the form will appear. Click **Update** or **Publish** to save the page.
13
Embedding in a Widget area
To add a form to a sidebar, footer, or any widget area, go to **Appearance → Widgets**. Add a **Shortcode** widget (or **Text** widget in older themes) to the desired area, and paste `[formcierge id="5"]` into it. Save the widget and visit your site — the form will appear in that widget area.
14
Embedding directly in PHP templates
Developers can also render a form directly inside a theme template file using PHP: ``. Place this wherever you want the form to appear in your template. The form renders fully with all its JavaScript and CSS loaded automatically.
Video Walkthrough
Watch the full step-by-step tutorial
Your form is now embedded and live on your WordPress site. Every submission is stored automatically in Formcierge → Entries, and (if you configured it) an email notification is sent to you each time someone submits. The same shortcode works in pages, posts, widget areas, and theme templates — paste it wherever you need a form.