User Registration Filters
Articles
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.
GF_User_Registration
GF_User_Registration is the class which houses the main functionality of the Gravity Forms User Registration Add-on; it extends the GFFeedAddOn class which is part of the add-on framework.
gform_activate_user
This action fires after a user signup has been activated.
gform_disable_registration
This filter allows add-ons to prevent the User Registration add-on from registering/updating a user.
gform_gfuser_object_init
This hook was removed in version 3.0 with no replacement.
gform_shortcode_login
This filter is a hook name that is dynamically generated. See gform_shortcode_{ACTION} for details on using this hook.
gform_shortcode_user
This filter is a hook name that is dynamically generated. See gform_shortcode_{ACTION} for details on using this hook.
gform_site_created
Fires after the site has been created. Only applicable to Network installs with the “Create Site” option enabled.
gform_user_registered
This action is used to trigger an event once a user has been registered through the User Registration Add-on.
gform_user_registration_add_option_group
This hook was removed in version 3.0 and replaced by gform_userregistration_feed_settings_fields.