add a field to user registration

thetoolman

Joined: 2004-05-13
Posts: 3
Posted: Tue, 2006-04-11 21:32

Has anyone added an additional field (i.e. company name) to the user registration module?

If so, can you provide any guidance on the process?

 
kerryman
kerryman's picture

Joined: 2005-10-14
Posts: 130
Posted: Wed, 2006-04-12 12:46

I'm trying to get that working too!! :)
Did couple of things but probably I'm missing something small because it's still not working.
First you need additional field in your DB. Table g2_user.
Then, I was looking for all places that contain reference to other fields, such as full name. Assuming company name should work in the same way as the full name does - I added dozens of lines of code (in couple different files) with reference to new field in registration form - adding them just below lines with "fullName". there're also functions that you need to define.
I hope we can work it out somehow together.

kind regards, Chris.

 
OrangeUFO

Joined: 2006-06-01
Posts: 4
Posted: Thu, 2006-06-01 11:21

Has anyone come up with a solution to this???