Articles

Single Line Text

The Single Line Text field allows users to submit a single line of text. This basic field can be used for anything where no more than a single line of input is required.

Form Object

The form object, available to most action hooks and filters, is an associative array containing the form settings, fields, notifications, confirmations, and other properties (e.g. add-on settings).

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.

CAPTCHA

The CAPTCHA field allows you to add a captcha field to your form powered by the free reCAPTCHA service. This helps determine if the form is being submitted by a human or a scripted bot.

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)?.