Using Gravity Forms ‘gform_form_post_get_meta’ PHP action
Gravity Forms 'gform_form_post_get_meta' PHP filter allows developers to manipulate form data before it is saved.
Gravity Forms 'gform_form_post_get_meta' PHP filter allows developers to manipulate form data before it is saved.
Learn how to use the Gravity Forms `gform_file_permission` PHP filter to change the default permissions of uploaded files in WordPress. Add filters for setting different file permissions like read-only, full…
Learn how to use the gform_export_separator PHP action in Gravity Forms to change the column separator character for an entry export file
Learn how to use the gform_entry_id_pre_save_lead filter in Gravity Forms to update an existing entry instead of creating a new one by retrieving the entry ID from the $_POST data…
Learn how to use the gform_capsulecrm_opportunity filter in Gravity Forms to modify the Capsule CRM Opportunity object before it is created. This article provides examples of changing the opportunity description,…
The `gform_currency_disabled` filter allows developers to easily enable or disable the currency dropdown on the Gravity Forms settings page using PHP
Learn how to use the Gravity Forms `gform_column_input_content` PHP filter to modify the HTML content of a list field column input tag. Target a specific column by adding the form…
The 'gform_embed_edit_post_link' PHP filter in Gravity Forms allows developers to customize the edit post link that appears in embedded forms. This can be useful for creating a more seamless user…
The article provides information about using the `gform_entry_detail_url` filter in Gravity Forms to modify the entry_url placeholder and handle situations where the wpurl might not match the admin_url