Learn how to use the Gravity Forms `gform_partialentries_pre_update` PHP filter to modify an existing partial entry before updating it in the database. Discover examples and instructions on how to apply…
Learn how to use the gform_get_input_value filter in Gravity Forms to modify a field's value after it has been retrieved from the database. Decrypt or encrypt values with this powerful…
Learn how to use the gform_pre_notification_save Gravity Forms PHP filter to modify the notification object before it is saved to the database. Save custom notification settings and set custom email…
The 'gform_pre_confirmation_save' PHP filter in Gravity Forms allows developers to modify form data before it is saved to the database. This can be useful for customizing form submissions or integrating…
Using Gravity Forms `gform_polls_cron` PHP action allows you to perform additional tasks after the poll results gathering cron job is finished. Learn how to use this action and its examples…
Learn how to use the Gravity Forms `gform_zap_before_save` PHP filter to make changes to your Zapier feed setup before saving it to the database. Discover examples and code snippets for…
Learn how to use the Gravity Forms `gform_user_registration_user_meta_options` PHP filter to control the "Other User Meta" group in the User Registration Add-On by setting custom meta keys, removing sections, making…
Learn how to use the powerful `gform_save_field_value` Gravity Forms PHP action to transform your data before it's saved. Filter examples include encoding values, replacing merge tags & more!