Articles

gform_freshbooks_args_pre_create

This filter can be used to modify the invoice or estimate object before it is sent to Freshbooks.

gform_helpscout_enable_bcc

This filter is used to enable the display of the BCC setting on the Help Scout feed.

gform_helpscout_enable_cc

This filter is used to enable the display of the CC setting on the Help Scout feed.

gform_user_registration_prepared_value

This filter can be used to modify a field value before it is saved to the user meta.

gform_stripe_charge_description

This filter can be used to modify the charge description before it is sent to Stripe.

gform_{$SHORT_SLUG}_field_value

This filter can be used to modify a value before it is sent to a third-party by one of the Add-On Framework based add-ons.

gform_recaptcha_language

This filter has been removed. The recaptcha language can be configured in the form editor by editing the field or by using the gform_pre_render filter to set the $field->captchaLanguage property.

Phone

The Phone field allows users to enter a phone number and will automatically format the entered data based on the selected phone format.

gform_entries_field_header_pre_export

The gform_entries_field_header_pre_export filter can be used to override the field header in the entries export.

Setting Up Conditional Payments in Gravity Forms

Sometimes, you may want to allow a user to choose between different payment options. In this article, we will show you how to do this using conditional logic.