Defining checkbox conditions
-
<?php if( get_field('toi_12') == "08"): ?> A <?php else: ?> B <?php endif; ?>
In this state, B will not be displayed. How can I display B when 08 is not selected?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Defining checkbox conditions’ is closed to new replies.