Shortcode for SELECT fields not working

Support General Shortcode for SELECT fields not workingResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32466
    Travis SlonekerTravis Sloneker
    Participant

    Hello,
    I have a select field within a custom post type within a loop; I have tried to use:

    <?php $type = do_shortcode('[rwmb_meta id="listing_type"]'); echo $type;?>

    But the value doesn't echo. If I switch it to a text field the value will echo. I'm unsure if there are special requirements for a select field...

    Thank you,
    Travis

    #32467
    Travis SlonekerTravis Sloneker
    Participant

    Disregard; I figured out my mistake.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.