Hi!
Im writing here to ask for your help . Im using chronoforms 4 at my joomla site and i try to create a custom registration form but i can't deal with one problem . I want to creat dynamic field for example :
There are two check boxes or dropdown menu and I choose one of categories

and if i check artist , text field show up with filed witch artist should fill , but when i check model, field for model appear and the same for singer and fashion blogger
Is it even possible to do it with chornoforms ?
Pleas help me !
Thank for your anserws !
Im writing here to ask for your help . Im using chronoforms 4 at my joomla site and i try to create a custom registration form but i can't deal with one problem . I want to creat dynamic field for example :
There are two check boxes or dropdown menu and I choose one of categories

and if i check artist , text field show up with filed witch artist should fill , but when i check model, field for model appear and the same for singer and fashion blogger
Is it even possible to do it with chornoforms ?
Pleas help me !
Thank for your anserws !
Hi ,
You can do that. You have to create all the drop-downs and then use JavaScript + CSS to hide them. You can then add JavaScript events to the Checkboxes to unhide the matching drop-down and hide the others.
You've uses checkboxes here which means that more than once can be selected. Is this what you intended? If only one can be selected then you should use radio buttons.
Bob
You can do that. You have to create all the drop-downs and then use JavaScript + CSS to hide them. You can then add JavaScript events to the Checkboxes to unhide the matching drop-down and hide the others.
You've uses checkboxes here which means that more than once can be selected. Is this what you intended? If only one can be selected then you should use radio buttons.
Bob
This topic is locked and no more replies can be posted.