Open vladilin opened 9 years ago
Hey Rob,
I know you aren't developing this anymore but here's something I found as useful
[if search:your_field_name == option_value] doesn't always work.
this does:
[if '[search:your_field_name]' == '[option_value]']
Not really sure why, but it does :dash: I would recommend updating your Form Tags example.
Hey Rob,
I know you aren't developing this anymore but here's something I found as useful
[if search:your_field_name == option_value] doesn't always work.
this does:
[if '[search:your_field_name]' == '[option_value]']
Not really sure why, but it does :dash: I would recommend updating your Form Tags example.