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.
Posts: 130
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.
Posts: 4
Has anyone come up with a solution to this???