Using Gravity Forms ‘gform_field_types_delete_files’ PHP filter
Learn how to use the gform_field_types_delete_files PHP filter in Gravity Forms to prevent file deletion or add custom fields for file deletion.
Learn how to use the gform_field_types_delete_files PHP filter in Gravity Forms to prevent file deletion or add custom fields for file deletion.
Learn how to use the `gform_field_map_choices` filter in Gravity Forms to modify the options available in the field map dropdown
The 'gform_form_list_forms' PHP filter in Gravity Forms allows developers to customize the display of forms in the form list.
Discover how to use the gform_get_entries_args_entry_list filter in Gravity Forms PHP to display specific entries in the Entry List view by filtering the arguments passed to the GFAPI::get_entries() method. Learn…