Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add more fields in CreateUserWizard field?

Hello In addition to the fields defined in CreateUserWizard i want to add some more fields to store information in database for some purpose.But could not get the way to execute the task.

like image 741
Learner Avatar asked Jan 13 '11 16:01

Learner


1 Answers

You can Customize the CreateUserWizard markup as shown in the link. To store it in database you have several options depending on how you want to store it. Those fields won't be store automatically but you will have to do that manually.

Check these:

Storing User Profile into a Custom Table using CreateUser Wizard

Using Built-in Profiles

like image 151
gbs Avatar answered Oct 04 '22 20:10

gbs