Filters

Articles

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.

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