Articles

{form_id} Merge Tag

Displays the ID of the submitted form.

{form_title} Merge Tag

Displays the title of the submitted form. Can be used in areas such as notifications and confirmations to access form properties.

{post_edit_url} Merge Tag

Displays the edit URL for the post which was created during submission.

{save_email_input} Merge Tag

Using the save_email_input merge tag will insert a form into the “Save and Continue” confirmation allowing the user to enter an email address the resume link should be sent to.

{user} Merge Tag

Displays the value of the user meta field for the logged in user, based on the modifier used.

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.

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.

Adding a New Notification Service Using the Add-On Framework

Since Gravity Forms 1.9.16, developers can now include new services which can be selected by the user to handle sending the form notifications.

Adding a Note to the Entry when Using the Add-On Framework

The Add-On Framework includes a couple of helpers which can be used to add notes to the entry.