I have 3 different types of users on this site. Regular registered users create an account using VirtueMart. There are also Distributors which create an account at
precision-vision.biz/Create-an-account.html?grp=dist
or Professionals create an account at
precision-vision.biz/Create-an-account.html?grp=pro
.
I'm using CB Conditional to display the appropriate tabs depending on the URL parameter which works fine. Everything was working fine with registering the info on all the tabs for each user type until recently. Now none of the field info on the additional tabs is written to the database. I've checked through all the CB Tools and ensured there are no database problems. Distributor registrations show no errors even with maximum debug mode on. In error reporting, upon filling out all fields and clicking Register, the SQL statements shown do not show an insert statement for CB at all, only the core joomla user fields being inserted.