Support

Account

Home Forums General Issues Displaying a select field? Reply To: Displaying a select field?

  • Hi John. This is what we’re both trying to say. Using the original poster’s example:

    This code:

    
    <?php echo the_field('intro_text_shadow_color'); ?>
    

    Should be displaying the value i.e. light_green

    However it’s not and I’m having the same issue. It’s displaying the Label and not the value.