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
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
Hello anthonyc,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Can I use Joomla! plug-ins and modules with CFv5?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Can I use Joomla! plug-ins and modules with CFv5?
P.S: I'm just an automated service😉
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
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
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?
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
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
This topic is locked and no more replies can be posted.