While not strictly a "shortcode" in the [bracket] sense, Merge Tags are the shortcode logic used the form builder.
Building fully custom HTML forms that still submit to Gravity Forms' processing engine. Rarely used, but essential for headless WordPress setups.
[gravityform id="1"]
tabindex attribute ( tabindex="1" ) lets you control keyboard navigation flow across multiple forms on one page. gravity forms shortcodes
: If you have multiple forms on one page, ensure you use unique tabindex values to maintain proper accessibility for keyboard users.
You do not need to memorize this syntax.
: Set to "true" or "false" to show or hide the form's name. While not strictly a "shortcode" in the [bracket]
The shortcode loads the full form HTML, then JavaScript hides conditional fields. Fix: Use CSS to initially hide all conditional fields, or add data-js-init="hide" via gform_pre_render filter.
: You can force the newer "Orbital" or "Gravity" visual themes by adding theme="gravity" to your shortcode.
Gravity Forms is the most powerful form builder for WordPress, but its true flexibility lies in . Shortcodes allow you to embed forms anywhere on your site—posts, pages, widgets, and even template files—without writing a single line of HTML. : Set to "true" or "false" to show or hide the form's name
Here is everything you need to know to master Gravity Forms shortcodes.
Contact Form 7 (but far fewer features). Winner for dynamic content: Gravity Forms, but requires developer discipline.
While Gravity Forms doesn't list shortcodes on the main "Forms" screen, you can find them using these methods: