In Forms - I have one condition on a dropdownbox.
“key”: “ddb 1”,
“conditional”: {
“show”: false,
“when”: “rb2”,
“eq”: “2”
},
How can I add one more condition similar to the uppar one. can someone hep?
If i do the same in if statement it want like this…
if(rb2 = “2” And rb1 = “5”)
then
“show”: false,
else
“show”: true,
So how can i add, And funtion in JSON. its only that i need.