Articles

Troubleshooting Background (async) Processing Issues

This article contains tips and links to help you debug issues with background (async) processing, as introduced in Gravity Forms 2.2.

Database Structure

This article explains the structure of the Gravity Forms database. The Gravity Forms tables and its fields are explained in detail.

gform_dropbox_shareable_link_settings

This filter can be used to modify the settings before a Dropbox shareable link is generated, allowing for the link to expire after a certain time or change who is allowed to access it.

gform_html_message_template_pre_send_email

The “gform_html_message_template_pre_send_email” filter allows the template for the HTML-formatted message to be overridden.

gform_form_args

The gform_form_args filter provides the ability to modify the options used to display the form.

Customizing The Login Form Template

If you're using the Gravity Forms login form but want to use a custom template, you can easily do so. This is especially helpful for theme developers who want to utilize the existing login form already built into Gravity Forms.

Where’s that old forum topic?

In July 2013 we moved from forum based support to a ticket based system, with the forums remaining read-only for reference. This article includes advice on where to find further information on some our more popular forum topics.

gform_get_entries_args_entry_list

This filter allows you to filter which entries are displayed in the Entry List.

gform_file_path_pre_delete_file

This filter is executed before an uploaded file (from the File Upload or Post Image fields) is deleted from the entry.

Accessing Mapped Field Values During Feed Processing

These functions are located in the GFAddOn class and can be used to retrieve the mapped form field values during feed processing in the process_feed() method.