Using Gravity Forms ‘gform_post_send_entry_note’ PHP action
The 'gform_post_send_entry_note' PHP filter allows developers to add custom notes to Gravity Forms entries upon submission.
The 'gform_post_send_entry_note' PHP filter allows developers to add custom notes to Gravity Forms entries upon submission.
This article discusses how to use the `gform_post_form_views_deleted` PHP filter in Gravity Forms to perform actions when a form view count is reset to zero. It covers examples such as…
The 'gform_post_form_trashed' filter in Gravity Forms allows developers to perform actions when a form is moved to the trash.
The 'gform_post_form_restored' PHP filter in Gravity Forms is a powerful tool for developers looking to customize their form submissions. This filter allows developers to modify the data submitted by a…
The 'gform_post_form_duplicated' PHP filter in Gravity Forms allows developers to customize form behavior when a duplicate submission is attempted.
The 'gform_post_form_activated' PHP filter in Gravity Forms allows developers to execute code when a form is activated or reactivated. This can be useful for tasks such as updating database records…
The 'gform_post_fail_subscription_payment' PHP filter in Gravity Forms enables developers to execute custom code when subscription payment processing fails. This filter triggers when a subscription payment fails and allows for actions…
The 'gform_forms_post_import' PHP filter in Gravity Forms allows developers to modify the form data after it's been imported. This can be useful for customizing form settings or adding additional functionality…
The gform_post_add_subscription_payment PHP filter in Gravity Forms offers developers the ability to modify payment objects.