Articles

gform_webapi_get_users_settings_page

Use this filter to control the list of users available to be selected in the “Impersonate account” setting. Note that this doesn’t control access to the API, it just controls the list of users available on the settings page.

gform_validation_message

Use this filter to change the default validation message.

gform_validation

Allows custom validation logic to be used by Gravity Forms when a form is submitted.

gform_username

This filter is used to dynamically alter or generate a username during the registration process.

gform_user_updated

This action is used to trigger an event once a user has been updated through the User Registration Add-On.

gform_user_registration_validation_message

This filter is used to customize the default validation message.

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_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.

gform_user_registration_form_selected

This hook was removed in version 3.0 with no replacement.

gform_user_registration_config_validation

This filter was removed in version 3.0. New feed settings defined using gform_userregistration_feed_settings_fields can be validated by defining the validation_callback property for the field.