Learn how to use the gform_date_max_year filter in Gravity Forms to specify the maximum year displayed in the date field's year drop-down list and the HTML5 max attribute for the…
Learn how to use the gform_dropbox_request_timeout filter in Gravity Forms' Dropbox Add-On to adjust the request timeout duration for better performance. Discover examples and step-by-step instructions for increasing, decreasing or…
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_entry_page_size filter in Gravity Forms PHP to display more or less entries per page in the Entry List view. Modify the default page size and…
Learn how to use the Gravity Forms `gform_encrypt_password` PHP filter to encrypt passwords in your WordPress website. Discover different ways to apply encryption based on specific conditions like form titles…
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.