Forums

Chronoforms v5 joomla two different login

anthonyc 13 Sep, 2015
Hello,

I need to make a double registration form, I'll explain.
On my site you can record two types of users assigned to two groups with different privileges,
For home users you are only asked the usual registration details joomla while companies are asked a series of mandatory data. At the beginning of the form I wanted to provide a radio box with the selection of individual or company and so the clicks are charged different form. How can I do? Thanks
GreyHead 13 Sep, 2015
Hi anthonyc,

The simplest way is probably to use three forms. In the On Submit event of the first one use an Event Switcher to read the value of the radio button and load the appropriate home user / company form.

You could also do it in a multi page form by loading different pages, or in a single page using JavaScript to show.hide containers with the different question sets.

Bob
anthonyc 14 Sep, 2015
Thanks for your reply Bob, there is a guide on how to create the form? and to insert the fields that I want and store them in the database?
GreyHead 14 Sep, 2015
Hi anthonyc,

Not really from the scant information here. I'd suggest that you start out with some very very simple forms and work out how you want them to link together. Once you have that clear you can add more inputs and functionality.

Bob
anthonyc 14 Sep, 2015
Sorry but I did not understand
GreyHead 14 Sep, 2015
Hi anthonyc,

Please start building a very simple version and ask specific questions here when you find a problem.

Bob
This topic is locked and no more replies can be posted.