hi, I need to create a RadioGroup to show / hide a detailed description for each option.
It must allow only one selection at a time.
I state that I am not good with javascript and then try an all-ChronoForms solution...then...
I thought to using a custom code (set to pure code) to enter the description with html/css code.
The description should be just below its radio button and then I decided to create a single value radiobox for each option of choice. Each radio buttons must have events to deselect the other radio button (it’s possible?) and to show or hide the custom code (the description).
This is my idea:
radiobox SELECTION 1
custom code DESCRIPTION 1 (must be hide on load)
radiobox SELECTION 2
custom code DESCRIPTION 2 (must be hide on load)
(Limit example to two selections even if the form has to have more...)
The loading of the custom code module must be hidden.
Click SELECT 1 shows the DESCRIPTION 1 and hides all other descriptions.
Click SELECT 2 DESCRIPTION 2 shows, hides all other descriptions; Also deselect other radio buttons.
It is the right way forward? I can not make hide the custom field ...
And if it is better to follow other avenues, such as you suggest?
Thanks in advance
It must allow only one selection at a time.
I state that I am not good with javascript and then try an all-ChronoForms solution...then...
I thought to using a custom code (set to pure code) to enter the description with html/css code.
The description should be just below its radio button and then I decided to create a single value radiobox for each option of choice. Each radio buttons must have events to deselect the other radio button (it’s possible?) and to show or hide the custom code (the description).
This is my idea:
radiobox SELECTION 1
custom code DESCRIPTION 1 (must be hide on load)
radiobox SELECTION 2
custom code DESCRIPTION 2 (must be hide on load)
(Limit example to two selections even if the form has to have more...)
The loading of the custom code module must be hidden.
Click SELECT 1 shows the DESCRIPTION 1 and hides all other descriptions.
Click SELECT 2 DESCRIPTION 2 shows, hides all other descriptions; Also deselect other radio buttons.
It is the right way forward? I can not make hide the custom field ...
And if it is better to follow other avenues, such as you suggest?
Thanks in advance
This topic is locked and no more replies can be posted.