Articles

gform_dropbox_shareable_link_settings

This filter can be used to modify the settings before a Dropbox shareable link is generated, allowing for the link to expire after a certain time or change who is allowed to access it.

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.

Where’s that old forum topic?

In July 2013 we moved from forum based support to a ticket based system, with the forums remaining read-only for reference. This article includes advice on where to find further information on some our more popular forum topics.

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.

Submit Button CSS Selectors

Here's how to apply styles to Gravity Forms submit buttons. You can utilize these selectors to apply any additional styling that you may need.

Adding Meta Boxes to the Entry Detail Page Using the Add-On Framework

This tutorial shows how custom meta boxes can be added to the entry detail page using the gform_entry_detail_meta_boxes filter added in Gravity Forms 2.0.

Adding/Removing Countries From the Country Select Field

In some instances, you may need to add or remove a particular country to or from the country selection field in Gravity Forms.