Articles

{payment_action} Merge Tag

The {payment_action} merge tag can be used in notifications assigned to events added by payment add-ons such as Authorize.net, PayPal Standard, PayPal Payments Pro, and Stripe to output details of the event which triggered the notification.

{today} Merge Tags

The {today} merge tags can be used in field default value settings, notifications, confirmations, and with some add-ons to output the date and/or time the merge tag is processed.

Entry Creator Merge Tag

The entry creator merge tag can be used in notifications, confirmations, and with some add-ons to output properties of the user who was logged in at the time the entry was saved.

Entry Date Merge Tags

The entry date merge tags can be used in notifications, confirmations, and with some add-ons to output the date and/or time the entry was created, updated, and paid.

gform/theme/scripts_loaded

The gform/theme/scripts_loaded event can be used to initialize scripts that depend on Gravity Forms front-end form scripts, including the JavaScript gform object.

gform/submission/pre_submission

The gform/submission/pre_submission filter should be used to perform custom actions between a form button (e.g. submit, next, previous) being clicked and the request being posted to the server.

Reviewing Spam Submissions

The following features are available on the Entries List and Entry Detail pages when entries have been marked as spam by a compatible anti-spam plugin.

Akismet Anti-Spam

Gravity Forms now includes support for the Akismet Anti-Spam plugin within the official Gravity Forms Akismet Add-On

Creating Forms with the GFAPI

The GFAPI::add_form() and GFAPI::add_forms() methods are used to create forms.

Updating Forms with the GFAPI

The GFAPI::update_form(), GFAPI::update_forms(), GFAPI::update_form_property(), and GFAPI::update_forms_property() methods are used to update forms and their properties.