Articles

Gravity Forms Custom Development

If you need custom functionality, you might need to hire a developer. We can point you to two starter places that may help.

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 your PHP scripts are timing out, you may have an issue with the max execution time. In this article, we will show you how to fix it.

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_process_template_shortcodes_pre_create_post

This filter can be used to prevent shortcodes used in the post custom field or post title field templates from being processed.

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.