Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_user_registration_signup_meta
This filter allows the modification of the signup meta data.
gform_user_registration_update_user_id
This filter can be used to override which user is used to populate the form and updated when the form is submitted.
gform_user_registration_user_data_pre_populate
This filter can be used to modify a value before it is populated into the field.
gform_user_registration_user_meta_options
This filter allows the options for the “Other User Meta” group to be set instead of pulling the meta keys from the database.
gform_user_registration_username
The gform_user_registration_username filter has been deprecated. Use the gform_username hook instead.
gform_user_registration_validation
This filter is used to validate submissions that have a User Registration feed attached to the submitted form.
gform_user_registration_validation_message
This filter is used to customize the default validation message.
gform_user_updated
This action is used to trigger an event once a user has been updated through the User Registration Add-On.
gform_username
This filter is used to dynamically alter or generate a username during the registration process.
gform_userregistration_associate_entry_with_user
Used to determine if the entry should be associated with newly created user.