Select City dropdown won't load results
I've got a list of city names listed in the Multi-City Options page (located at domain.com/
wp-admin/admin.php?page=vantage-multi-city), the dropdown menu displays the list properly via the PHP shortcode <?php do_action('vmc_show_city_menu'); ?>
However, when you select a location, the page simply reloads the current page, and displays no results. The URL structure changes to domain.com/?set_vmc_city=XXXX. Where XXXX is the city name you selected.
Does this dropdown city selector require any additional assets to function as expected? I want people to be able to search "Central New Hampshire" from the menu and receive listings from that general region.
Thanks