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_is_new_file_upload
The gform_user_registration_is_new_file_upload filter in the Gravity Forms User Registration Add-On allows you to change whether or not new files have been uploaded when an Update User feed is processed.
gform_user_registration_login_args
This filter allows the modification of the login form arguments used to create the HTML for the Gravity Forms Login Widget.
gform_user_registration_login_form_description
This filter allows the description of the login form to be modified.
gform_user_registration_login_form_title
This filter allows the title of the login form to be modified.
gform_user_registration_login_redirect_url
Filters the redirect URL after login when using the User Registration add-on login widget.
gform_user_registration_meta_value
This filter can be used to modify a value before it is saved to the user meta.
gform_user_registration_new_site_meta
This filter allows the site meta to be modified while creating a new site.
gform_user_registration_pending_activation_expiration
Allows the expiration period for pending activations to be overridden.Note that expiration doesn't invalidate or delete the pending activation, expiration time only means the data submitted (username and email address) is no longer reserved for the user who submitted the form initially.
gform_user_registration_prepared_value
This filter can be used to modify a field value before it is saved to the user meta.
gform_user_registration_save_config
Used to save custom settings/meta specified using the gform_user_registration_add_option_section or gform_user_registration_add_option_group action hooks.