User Registration Add-on Developer Docs

Contents

Introduction

The User Registration provides an assortment of hooks that can be used to modify the default functionality or extend it.

Hooks and Filters

Following is a list of available hooks and filters.

Form Submission

The following filters can be used to manipulate the form data before the form gets displayed to the screen. Tasks such as adding drop down items dynamically or pre-populating field values can be accomplished using them.

  • gform_user_registered
    Fires after the user has been registered and passes the user id of the newly created user, the User Registration config meta and Gravity Form entry used to create the user.

Administration

The following filters are fired within the Gravity Forms administration allowing the customization of certain elements.

Javascript

The following events are fired via jQuery and allow custom client side scripts to be executed.

  • gform_page_loaded
    Fires on multi-page forms when changing pages (i.e. going to the next or previous page)

Role Management

Gravity Forms introduces new capabilities to the WordPress Role system. For more information, check out the Role Management page.

Samples

Following are some samples on using Gravity Forms' hooks to modify/extend Gravity Forms functionality.

Search the Documentation