Articles

gform_purge_expired_incomplete_submissions_query

Allows the query used to purge expired incomplete (save and continue) submissions to be overridden.

gform_secure_file_download_url

Allows for manual filtering of the download URL to handle conditions such as unusual domain mapping and others.

gform_is_valid_conditional_logic_operator

Filter which checks whether the operator is valid. Allows custom operators to be validated.

gform_visibility_options

The "gform_visibility_options" filter in Gravity Forms allows default visibility options to be modified or removed and custom visibility options to be added.

Creating Multi-Page Forms

A form with quite a few fields can look a daunting for someone filling out the form. Many times, the form can be simplified by spanning it across several pages.

gform_enable_shortcode_notification_message

Allows the disabling of the notification message defined in the shortcode.

gform_incomplete_submissions_expiration_days

Overrides the number of days until incomplete submissions are purged.

Gutenberg Block Changelog

View the change log for the Gutenberg Block Add-On.

$_async_feed_processing

The $_async_feed_processing property allows you to define a feed as asynchronous. By using this property, the feed will be processed asynchronously.

$_requires_credit_card

The $_requires_credit_card property allows you to easily define if a credit card field is required by a payment add-on. If this is set to true, the user will not be able to create any payment feeds without a credit card field present in the form.