This post is about Gravity Forms, a WordPress contact form plugin.
I know about Gravity Forms…but what are shortcodes?
Think of shortcodes as a placeholder for where other content will be displayed: instead of “Insert a Gravity Forms form here,” we use the `gravityform` shortcode. Learn more about shortcodes on WordPress.org.
The Gravity Forms `shortcode` has five pieces:
``
- `id` (required) – The ID of the form, as displayed on the Gravity Forms Edit Forms page in the Id column
- `name` (required) – The name of the form.
- `title` – Show the title to users? Default is true; set to “false” to disable
- `description` – Show the form’s description to users? Default is true; set to “false” to disable.
- `ajax` – Submit the form without refreshing? Default is false; set to “true” to enable.
Gravity Forms Shortcode Examples:
`
`Will result in Form #1 being displayed without a title or description, with no-refresh entry submission. Continue reading “{Gravity Forms Shortcode Explained|Gravity Forms Shortcode – A Detailed Explanation}”