After creating your form, you need to add it to a page or post for visitors to use it.
Method 1: Using the Embed Button
- Open your form in the editor
- Click the Embed button in the top toolbar
- Choose an existing page/post or create a new one
- Click Insert Form
This is the quickest method and works well for most situations.
Method 2: Using a Shortcode
Every form has a shortcode you can copy and paste anywhere shortcodes are supported.
- Go to Forms → Forms to see your forms list
- Find the form and note its ID number
- Use the shortcode format:
[gravityform id="1" title="true" description="true"]
Shortcode options:
- id – Required. The form ID number.
- title – Show the form title. Use "true" or "false".
- description – Show the form description. Use "true" or "false".
- ajax – Enable AJAX submission (form submits without page reload). Use "true" or "false".
Method 3: Block Editor
If your site uses the block editor:
- Edit the page or post
- Click + to add a block
- Search for "Gravity Forms"
- Select the form from the dropdown
Method 4: Classic Editor
If your site uses the Classic Editor:
- Edit the page or post
- Click the Add Form button above the editor
- Select your form from the dropdown
- Configure display options
- Click Insert Form
Embedding in Widgets
You can also add forms to widget areas (like sidebars) by using a text widget and pasting in the shortcode.