Hi everyone!
I've read this topic in the tutorial (
www.rsjoomla.com/customer-support/docume...-or-hide-fields.html) and now I can show or hide some textbox AFTER clicking on radio component.
But my question is: can I hide some textbox NOT AFTER clicking on radio component BUT BEFORE such clicking.
For example, let’s suppose that my radio component is named: "Radio" with the following configuration:
Items:
val1|Description1
val2|Description2
(and both of this items are NOT selected in the initial state of the form).
And suppose that I have two textboxes “Textbox1” and “Textbox2”.
I wish in the first opening of the form to be only radio group “Radio” with two unselected items: val1 and val2 (and two hidden textboxes).
And only after I’ll select one of the radio item, the appropriate textbox will be shown (“Textbox1” if I’ll select val1 and “Textbox2” if I’ll select val2).
Can someone help me to hide textboxes in the opening of the form?
Thank you in advance!
Sorry for my English.