Learn how to use the Gravity Forms `gform_default_address_type` PHP filter to set the default address type for new fields. Target a specific form or base it on user location, form…
Learn how to use the gform_authorizenet_transaction_pre_capture_setup_fee filter in Gravity Forms to modify the transaction object for the subscription setup fee before sending it to Authorize.net.This is a php function that…
Learn how to use the gform_advancedpostcreation_post_after_creation action hook in Gravity Forms to perform additional actions after a post has been created via the Advanced Post Creation Add-On. Discover examples such…
Learn how to use the gform_authorizenet_transaction_pre_authorize filter in Gravity Forms to modify transactions before authorization. Update transaction amounts, add custom invoices and descriptions, modify billing information, and more.
Learn how to disable AJAX saving in Gravity Forms using the 'gform_disable_ajax_save' PHP filter. Apply it to specific forms or groups of forms with ease.
Learn how to use the Gravity Forms `gform_add_field_buttons` PHP filter to add, edit and remove "add field" buttons from the form editor's floating toolbox. Discover examples on using this powerful…
Learn how to use the Gravity Forms `gform_activecampaign_tags` PHP filter to add, remove or modify tags for contacts in ActiveCampaign. Discover examples and tips on using this powerful filter with…
Learn how to use the gform_advancedpostcreation_pre_update_post action in Gravity Forms to perform custom actions before updating a post. Example usage includes modifying the post title, adding custom taxonomy terms, and…