Articles

Theme Framework Upgrade Guide

This article details how Gravity Forms 2.8 refactors the Theme Framework. This is a major performance update to the Theme Framework and includes breaking changes.

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.

Setting up a Quiz Field

Learn how to setup the required Quiz fields so you can create your Quiz form with the Quiz Add-On.

User Registration Add-On Login Widget

In addition to creating or updating users, the User Registration Add-On also contains a widget which will allow users to log in and register from the front-end of your site.