Learn how to use the gform_cdata_open filter in Gravity Forms to wrap your form JavaScript in CDATA blocks for validating purposes with XHTML doctypes.
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 gform_default_notification filter in Gravity Forms PHP to control whether the default admin notification is enabled or disabled for new forms
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_taxonomy_mapping_field filter in Gravity Forms to modify which field is used when looking up terms via get_term_by(). Change the default behavior and choose between using…
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…