Hi there!
We have a website where we want the user to be capable of registering (user reg) and also registering his company (co reg). We have created a Registration tab with two different tabs (user & co). Everything is OK so far. The first thing we want to do is to present only the user reg form at the beginning with the co reg tab hidden and then if the user registers by completing all the required fields in the user reg tab, only then he/she should be able to "see" the corresponding link for the co reg and use it to register the company. We also need this link to include only the co reg tab and also have required fields. The problem is that we cannot split the tabs into different registration forms because they seem linked to the same user in the database. If we use a 3rd party addon, we can somehow split the registration pages, but all the data are still linked in the backend and other problems appear (e.g. if the user only fills the co reg tab, an error message appears and asks also for the required fields of the user reg tab, also when viewing the company list (co reg tab) the details of the corresponding linked user (from the user reg tab) also appear and cannot be deactivated even with CB conditionals add-on).
Is there any solution to the above problem. I think it is a quite common thing to have a similar need for multiple registration forms in one website and its a pity there isn't an add-on at the moment that can do this. Sorry for the big message and we hope you understood the problem.