Articles

Radio Buttons

The Radio Buttons field allows users to select one option from a list. Only one option from the available choices can be selected.

Number

The Number field allows a user to enter a number. The field than automatically validates the form data to insure that a number was entered.

Paragraph Text

The Paragraph Text field allows a user to enter text in a textarea form field.

Allow Field to be Populated Dynamically

Checking this option will enable data to be passed to the form and pre-populate this field dynamically. Data can be passed via Query Strings, Shortcode and/or Hooks.

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.