Using registration fields firstname and lastname and added a new field cb_organization.
The fields show up on registration form and when a registration is completed the completed field values show in the jml_comprofiler SQL database but when I view the contact Info in the backend CB user management those fields are blank. When I complete them there and save it then reopen it again they are still missing even though the values are in the SQL database.
Also, when I logon as a user in the frontend, edit my profile for those fields, save it and then reopen it they are blank again.
It seems the problem lies in the data saving to the SQL jml_users table.
I have added these 3 fields to that table but no data is being recorded there even though it is in the jml_comprofiler table. If I add values to these fields directly to the SQL database then they show up in the CB User management in the backend and the user profile in the front end.
Why are these fields not saving to the jml_users table?