Added Registration Functionality

Added Registration Functionality

by Mike Watson -
Number of replies: 2

Hi there,

We need to update the Moodle registration process, so that upon the form submission, the code would take a postal code field, and use it to query a database to find the matching geographical district, and then write it to the user database.

I can do this in php, but am unclear as to where I would hook into the Moodle framework to do this with Moodle.  Any pointers as to where I would look to do this?

Average of ratings: -
In reply to Mike Watson

Re: Added Registration Functionality

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Have a look in the user/profile/field folder. (That is just an educated guess.)

In reply to Tim Hunt

Re: Added Registration Functionality

by Mike Watson -

Thanks for your reply Tim.  I will have a look.