Support

Account

Home Forums General Issues if then statements with known field value Reply To: if then statements with known field value

  • i believe i figured it out.

    it works if i change the first line from:

    <?php if (get_sub_field('session-title')="TBA") {

    to

    <?php if (get_sub_field('session-title')=="TBA") {