The `gform_post_add_entry` Gravity Forms action hook is fired after an entry has been added through the WordPress REST API and allows developers to perform additional actions such as logging entry…
The gform_plugin_settings_fields PHP filter in Gravity Forms allows developers to modify the plugin's settings fields programmatically. This can be useful for customizing the plugin's behavior and user interface.
The `gform_post_save_feed_settings` action in Gravity Forms allows developers to execute custom functions when a feed is saved, providing flexibility to extend the functionality of feeds beyond what is offered by…
Learn how to create custom import/export pages in Gravity Forms using the `gform_export_page_$view` PHP action and add them to the Import/Export section.
The article provides information about using the `gform_entry_list_action` PHP action in Gravity Forms, including its purpose, usage, parameters, examples, and more
The 'gform_incomplete_submission_post_save' PHP filter in Gravity Forms allows developers to modify the behavior of incomplete form submissions. By implementing this filter, developers can customize the way incomplete submission data is…
Learn how to use the 'gform_trello_card' filter in Gravity Forms to modify card properties and send data to Trello with ease. Customize your cards by changing names, decoding characters, adding…
Learn how to use the Gravity Forms `gform_tooltips` PHP filter to modify existing tooltips or add new ones in the admin area of Gravity Forms. This article provides examples and…