Using Gravity Forms ‘gform_pre_render’ PHP filter
The `gform_pre_render` filter in Gravity Forms allows developers to modify the Form Object before it's rendered on a page, providing flexibility for various uses such as updating the Form Object…
The `gform_pre_render` filter in Gravity Forms allows developers to modify the Form Object before it's rendered on a page, providing flexibility for various uses such as updating the Form Object…
The `gaddon_no_output_field_properties` filter in Gravity Forms allows developers to control the HTML properties outputted for fields while providing flexibility and security
The 'gform_rule_pre_evaluation' PHP filter in Gravity Forms allows developers to modify the pre-evaluation process of conditional logic rules. This can be useful for customizing the behavior of forms based on…
Builds SimplePie object based on RSS or Atom feed from URL.
The 'gform_pre_process_async_notifications' PHP filter in Gravity Forms allows users to modify email notifications before they are sent, improving workflow efficiency.
Learn how to use the 'gform_activecampaign_enable_tag_mapping' PHP filter to control whether or not the tags field displays in the Map Fields section of the ActiveCampaign feed.This is a great way…
Learn how to use the `gform_post_process_async_notifications` PHP filter in Gravity Forms to execute custom functions after notifications are sent.
The article provides an overview of using the `gform_pre_replace_merge_tags` filter in Gravity Forms to replace default merge tags before they are replaced by GFCommon::replace_variables()
How to Use Gravity Forms `gform_replace_merge_tags` Action for Custom Merge Tags Replacement