For this article, it will teach you how to create a register form. Register form allows users to register one new DNN user after submitting form and send one email to registration inbox. Admin can define username field and email field in module back-end
For example, you have two fields “Name” and “Email” in your form. After users submit form, module will register a new user automatically and admin can assign role for this new user in back-end. You can achieve it according to following steps.
Configuration Steps
1.First of all, please enter Management Center -> Step Wizard page, add one “Name” field and add one [username] token in random position of “Value” option.
2.Add one “Email” field, then add one [email] token in random position of ‘”value” option.
3.Please enter Management Center -> Module Settings -> Normal Options page and find “Assign Roles” option. You can assign which roles to registration users.
4.After finishing configuration, form is as below.
5.After clicking “Submit”, it will display login password of users.