Articles

gform_incomplete_submissions_expiration_days

Overrides the number of days until incomplete submissions are purged.

Configuring Notifications in Gravity Forms

It can be quite helpful to receive a notification when a user submits a form. This ensures that you do not have to constantly check your form submissions to see if anything has been submitted. Discover how to configure these notifications for your forms.

$_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.

$_supports_callbacks

The $_supports_callbacks property defines if your payment add-on supports callbacks. By enabling this property within your payment add-on, you can easily receive and process callbacks.

gform_honeypot_labels_pre_render

Override the labels used when rendering a hidden honeypot field for a Form.

URL Validation In Gravity Forms

Within Gravity Forms, URL validation methods exist to heighten security as well as avoid possible bugs. In this article, we will explain how URL validation works in Gravity Forms, and how to manipulate it.

gform_is_valid_url

Filters the result of URL validations, allowing for custom validation to be performed.

gform_rfc_url_validation

Enables and disables RFC URL validation.

gform_addon_field_map_choices

This filter is deprecated since version 2.5. Use the gform_field_map_choices filter instead.