You want to show/hide the radio or the area ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I want to hide the area_fieldset36 and 37 when the form loads. And show them when the respective option is selected by radio boxes of type_of_contribution.
This is a bug I mentioned a few weeks back Max. The events for whatever reason don't target fieldsets. Probably because most Semantic UI things are divs.
The solution is to put the fieldset area inside a segment area and remove the "ui segment" from the classes of the segment area. Unless you want the lines around the fieldset, which I usually do.
Glad to know .... I went crazy today trying 100 combinations to get it working. . . . .
How can I exactly do what you suggested to do in order to fix this ?
Thanks a lot
I feel my instructions were pretty clear, give it a go. Just make sure your event is hiding the outer segment instead of the inner fieldset.
type_of_contribution is the radio id, so you need to reference the "fieldset" id, and as healyhatman noted, fieldsets can not be referenced, so you need an outer container for that, I recommend using a "Container area" because it fits better, but you do not have the latest update and may not have that!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Ok I will update the component right now.
EDIT: seems nothing changes also after update
area_container42 is the internal CF name of the view, you need the ID which will be in your case #area_container_42 , including the #