Closed mbhassan closed 4 years ago
Confused AF as to how to work this
{ "tag": "fieldset", "type": "radio", "cf-questions": "q1", "children": [ { "tag": "input", "type": "radio", "name": "city", "cf-label": "a" }, { "tag": "input", "type": "radio", "name": "city", "cf-label": "b" } ] }, { "tag": "fieldset", "type": "radio", "cf-questions": "boo", "cf-conditional-city": "b", "children": [ { "tag": "option", "type": "radio", "name": "loc", "value": "c", "cf-label": "c" }, { "tag": "option", "type": "radio", "name": "loc", "value": "d", "cf-label": "d" } ] }
found solution by removing from set
and how does your soution look like? I'm struggling with the same setup - any idea would be greatly appreciated!
Confused AF as to how to work this