Support

Account

Home Forums Front-end Issues How to query select dropdown menu to build a search engine Reply To: How to query select dropdown menu to build a search engine

  • Hi @sixfootjames

    Is the drop down box an ACF selection?

    If so, the currently selected element can be accessed by using

    $wine = get_field('name-of-drop-down-box');
    before defining $args

    Cheers