Articles

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.

gform_user_registration_add_option_group

This hook was removed in version 3.0 and replaced by gform_userregistration_feed_settings_fields.

gform_user_registered

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

gform_upload_path

This filter is executed before uploading a file (by the File Upload or Post Image fields). It can be used to change the location where uploaded files are stored.

gform_update_meta()

The gform_update_meta function updates the meta value of the specified meta key in the Entry Meta table.