Learn how to use the gform_dropbox_file_name filter in Gravity Forms to modify the filename before uploading files to Dropbox. Get step-by-step instructions and examples here!
The 'gform_entries_first_column_actions' PHP filter in Gravity Forms allows developers to customize the first column of the entries page. This filter can be used to add custom buttons, links, or any…
The `gform_entry_post_save` filter in Gravity Forms allows developers to perform actions immediately after an entry has been saved. It is useful for changing field values, updating properties, sending emails, and…
Learn how to use the 'gform_enable_credit_card_field' PHP filter in Gravity Forms to control whether the built-in credit card field is enabled or disabled on your website.
Learn how to use the Gravity Forms 'gform_enable_password_field' PHP filter to enable or disable the password field in your forms with ease. Conditional and add-on specific functionality also available.Using Gravity…
Learn how to use the 'gform_entry_meta' filter in Gravity Forms to add custom properties to the Entry object and create sortable columns for entry lists and exports. Discover how to…
Learn how to use the Gravity Forms `gform_field_size_choices` PHP filter to customize the Field Size setting in your forms. Add, remove or modify options, sort them alphabetically and much more!
Learn how to use the Gravity Forms `gform_paypal_get_payment_feed` PHP filter to modify the payment feed configuration and process payments using the PayPal add-on. Discover examples such as changing the feed…
Learn how to use the gform_paypal_hash_matches filter in Gravity Forms for advanced validation of payment hashes. Customize hash validation logic with our examples, including secret keys, logging, and custom fields.…