Hi All
I make a form in Nintex Form and set the radio field.
I want to arragne show/hide control when the user clicks a specific value in radio options.
Please let me know how can I check the field value.
Field name:hogehoge
Field type:radio
Options: value1, value2
Not worked: If(hogehoge=="value2",1,0)
I see the sample on Youtube that uses 'Yes/No' field. I confirmed the 'Yes/No' field works fine, however my form field radio.
thanks.