How to add a required field to registration
-
Is there any way to do this?
-
@Edgar-Doiron yes you can add fields to the registration form using a plugin. The plugin needs to listen to the hook
filter:register.build
to add the field andfilter:register.check
to verify the data entered in the fields.
Copyright © 2024 NodeBB | Contributors