Articles

Gravity Forms Notification Events

Notifications let you know when a form has been successfully submitted. Several notification events are available within Gravity Forms, as well as events for additional add-ons. Discover the different notification events that are available, such as form is submitted, payment completed, subscription created, and many others.

gravity_form_enqueue_scripts()

The gravity_form_enqueue_scripts function will enqueue the necessary styles and scripts for the specified Gravity Form.

Email

The Email field allows you to present a field that captures email data.

gform_stripe_enable_rate_limits

This option disables or specifically enables error rate limiting when a Stripe feed is processed by filtering the maybe_hit_rate_limits. By default, error rate limiting is enabled, blocking any IP reaching five errors for an hour.

Notifications Object

The Notifications object is an associative array containing the properties for all the email notifications which exist for a form.

Dynamically Populating the Post Author

Learn how to dynamically populate the post author in Gravity Forms.

Drop Down

The Drop Down field allows users to select one option from a list.

Accessibility Guide for Developers

How to create a form that is usable and accessible for most people? How to develop so that your forms comply to the global Web Content Accessibility Guidelines (currently WCAG 2.1 AA)?.

Dynamically Populating Drop Down, Radio Buttons or Multi-Select Fields

Being able to dynamically populate the values in a select (aka drop down) field is fairly common requirement for product selection forms, product option forms, or any form that requires earlier submissions to drive choices in a latter collection field.

Multi Select

The Multi Select field allows users to select multiple options available in the multi select box.