I'm building a table that shows the options people chose for a Checkbox field, like this:
[if 898 like="Capacity"]<span class="checkmark">Yes</span>[/if 898]
[if 898 like="Finances"]<span class="checkmark">Yes</span>[/if 898] etc.
but the field includes an Other option, and I'm trying to figure out how to display ONLY the value for Other.
I'm thinking I'll need to write a custom shortcode for this, but just wondered if I'm missing some other answer.
Thanks!
Please login or Register to submit your answer