Gravity Forms Shortcodes ((free)) Jun 2026

| Parameter | Values | Description | | :--- | :--- | :--- | | | Integer (e.g., 1 ) | Required. The ID of the form. | | title | true / false | Displays the form title. Default is true . | | description | true / false | Displays the form description. Default is true . | | name | String | Used instead of id . Embeds form using its specific name (e.g., name="Contact Us" ). Less reliable than ID if you rename the form later. |

Sometimes you don't want the whole form—you just want one specific input field embedded on a page (advanced use).

Powerful but not beginner-friendly; excellent for developers, problematic for caching. gravity forms shortcodes

The function is faster, bypasses shortcode regex overhead, and supports $display_inactive param that shortcodes lack.

By default, when a user submits a form, the page reloads. This can be jarring and cause the user to lose their place on the page. Using AJAX allows the form to submit without a page reload. | Parameter | Values | Description | |

This is used to display data from a specific field, usually inside Confirmation messages or Notifications.

[gravityform id="1" title="false" description="false" ajax="true"] Key Parameters Description id The unique numeric ID of your form. Required (e.g., id="5" ) title Shows or hides the form name. true (default), false description Shows or hides the form's description text. true (default), false ajax Enables submission without refreshing the page. true , false (default) tabindex Sets the starting keyboard tab order for fields. Any integer field_values Used to pre-populate fields dynamically. parameter_name=value 2. Conditional Shortcodes Default is true

: In the WordPress editor, add a "Shortcode" block and manually type the code.

Để lại một bình luận