Articles

Troubleshoot/Resolve Issues with Gravity Forms Entry Exports

At times, some users may experience issues when attempting to export entries. These issues are typically caused by theme/plugin conflicts or settings defined by the web host.

Increasing Your PHP Max Execution Time

If you are receiving errors due to PHP scripts timing out when manipulating large amounts of data, such as a large import or export, you may need to increase the max execution time in PHP.

Increasing Your PHP Memory Limits

Sometimes, you may come across issues such as errors when exporting a large number of entries, or even errors stating that your available memory has been exhausted.

Form Switcher in Gravity Forms 2.5

The Gravity Forms form switcher interface has returned in Gravity Forms version 2.5 ! It is available in the top left corner of the Edit, Settings, and Entries pages.

gform_sanitize_confirmation_message

Uused to sanitize the complete confirmation message just before outputting to the page.

gform_process_template_shortcodes_pre_create_post

Description.

Security Warning: merge tags as HTML attribute values

If your form confirmation is using a merge tag as a value for an HTML attribute, you may see the following warning: Your confirmation message appears to contain a merge tag as the value for an HTML attribute.

gform_is_value_match

This filter can be used to filter whether the source and target values are a match.

gform_conditional_logic_operators

This JavaScript hook can be used to override the available conditional logic operators.

Centering an Entire Form

This CSS snippet shows how to center an entire form. The snippet may be placed in your style.css for your theme.