Articles

gform_after_create_post

This action hook is executed after the post has been created. It only applies to forms that have Post Fields.

gform_forms_post_import

Use this hook to perform actions after importing forms.

gform_form_post_get_meta

The gform_form_post_get_meta filters the Form Object after the form meta is retrieved from the database.

gform_pre_replace_merge_tags

The gform_pre_replace_merge_tags filter allows developers to replace default merge tags before they are replaced by GFCommon::replace_variables().

gform_list_item_pre_add

This JavaScript hook can be used to filter new List Field rows before they are added.

gform_display_product_summary

This filter can be used to prevent the pricing summary being included in the output generated when using the {all_fields} merge tag.

gform_currency_pre_save_entry

This filter can be used to override the default currency code before the entry is saved.

gform_user_registration_check_email_pre_signup_activation

This filter can be used to disable the check for an email already being used by a registered user allowing the use of custom code or third-party plugins to bypass this WordPress core limitation in the registration process.

gform_is_delayed_pre_process_feed

This filter can be used to delay feed processing for Add-On Framework based add-ons.

How To Translate Gravity Forms (or an add-on) using Poedit

In this article, we explain how you can use Poedit, the Gettext translations editor, to create and update translations for Gravity Forms (or an add-on).