The gform_enable_legacy_markup PHP filter allows for greater control over the markup generated by Gravity Forms, providing a more customized user experience.
The gform_entries_column_filter is a powerful PHP filter in Gravity Forms that allows developers to customize the columns displayed in the Entries table. With this filter, you can add, remove, or…
The article provides information about using the `gform_entries_field_value` filter in Gravity Forms to modify field values before they are displayed on the entry list page
The `gform_entries_primary_column_filter` PHP action allows you to modify the contents of the first column in Gravity Forms entries list tables by wrapping the field values in links using HTML ``…
Learn how to modify the destination folder for uploaded files using the gform_dropbox_folder_path filter in Gravity Forms. Customize the folder path based on user roles, form titles or entry dates…
Learn how to use the gform_dropbox_link_type filter in Gravity Forms to change the type of link returned by Dropbox. Customize your links based on form titles, specific fields, or field…
Learn how to use the gform_dropbox_shareable_link_settings filter in Gravity Forms to set an expiration date, limit access, or require a password for Dropbox shareable links. Add this code to your…