Hello Friends,
How can i add new field in registration page and profile page...
I am using moodle 1.9 +
i know there is some setting in admin panel but there is now error message and also not inserting value in database.
Thanks & Regards
You can create your own Profile Fields under:
Site Administration / Users / Accounts / User profile fields
yes you are right, and i also did same but i do know where this is going to store in database(in which table) can you help me for this
Hello,
You could see this resource for more help.
With regards to your last question , what exactly do you want to know about the database- can you please rephrase ?
You could see this resource for more help.
With regards to your last question , what exactly do you want to know about the database- can you please rephrase ?
The extra fields are defined in user_info_fields, and the data for the fields in stored in user_info_data.