This hook fires immediately after the submit button on a registration form.
Actions
This is our overview of "Action hooks".
b3_do_before_{template_name}
This hook fires immediately before a template is rendered.
b3_do_before_first_last_name()
This hook is used to add something right before the first/last name fields.
b3_do_before_privacy_checkbox()
This hook is used to add something right before the privacy checkbox.
b3_do_before_recaptcha_{$form_type}
This hook can be used to add something right after a reCaptcha field.
b3_do_before_submit_registration_form()
This hook fires immediately before the submit button on a registration form.
- « Previous
- 1
- 2