Articles

Access Your Form Settings

This article shows a few different ways to access the Form Settings screen in Gravity Forms.

v1 Examples

This article includes more detailed examples of how to interact with the REST API v1. It is a work in progress. More examples will be added over time.

Exporting a Form

We have provided a tool within Gravity Forms that exports your forms with just a few clicks, making it easy to move or backup your data. Learn how to easily export any forms you have created using Gravity Forms.

Using the User Registration Add-On

The User Registration Add-On integrates with any form to allow you to register users on your website. This article includes step-by-step instructions on how to use and configure the User Registration Add-On.


Create a Custom Field Type

When using the Settings API you can define custom field types by creating a function called settings_{your_custom_field_type}.

Setting Up the User Registration Add-On


Step-by-step instructions on how to setup the User Registration Add-On.


List of Settings API Helper Functions

These helper functions may be used to remove, modify, and add fields when working with the Settings API.

Setting Up the Slack Add-On

Step-by-step instructions on how to setup the Slack Add-On.


Creating a Feed for the User Registration Add-On


This article contains step-by-step instructions on how to create a feed for the User Registration Add-On.

Where to Put Your Custom CSS

WordPress includes a tool to enable you to tailor the presentation of your theme. Included in that, is a way to add custom CSS code.