Articles

gform_entry_list_bulk_actions

This filter allows the drop down of available bulk actions on the entries list to be modified.

gform_entry_list_action

This action fires after the default entry list actions have been processed.

Managing Forms with WP-CLI

When using the CLI Add-On for Gravity Forms, you are able to easily manage your forms using only the command line, via WP-CLI. In this article, we will show you how to do things such as create, delete, and duplicate forms using WP-CLI.

{ip} Merge Tag

Displays the form submitter’s IP address.

My Download Is Not a Zip File?

To install a Wordpress plugin you need a zip file, which is how we provide Gravity Forms and Gravity Forms add-ons upon download. But what if your download is not a zip file?

Error ‘Unexpected T_STRING’ when installing Gravity Forms

This article offers potential cause and remedy for a PHP related error that may be encountered during Gravity Forms installation.

Deprecated Gravity Forms Database Tables

The following database tables have been deprecated as of Gravity Forms 2.3, and should not be utilized by any custom code or third-party plug-ins etc.

{referer} Merge Tag

Displays the address of the page which referred the user agent to the current page.

{user_agent} Merge Tag

Displays the browser and platform information of the machine from which the entry was submitted.

Testing For Blank Fields With Conditional Logic

Using conditional logic to detect if a field’s value is blank can be confusing to some people, but it’s quite simple. This article explains how to do this.