extra filed in registration form

extra filed in registration form

by Shail Jai -
Number of replies: 4
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

Average of ratings: -
In reply to Shail Jai

Re: extra filed in registration form

by Luis de Vasconcelos -
Picture of Particularly helpful Moodlers

You can create your own Profile Fields under:

Site Administration / Users / Accounts / User profile fields

In reply to Luis de Vasconcelos

Re: extra filed in registration form

by Shail Jai -
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
In reply to Shail Jai

Re: extra filed in registration form

by Jason Jolaoso -
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 ?


In reply to Shail Jai

Re: extra filed in registration form

by Mark Johnson -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The extra fields are defined in user_info_fields, and the data for the fields in stored in user_info_data.