[Plugin: Events Manager] Only allow submissions from particular location state/country
-
I am trying to only allow users to submit events from location.
Going into forms/event/location.php around line I see this:
<input id="location-state" type="text" name="location_state" value="<?php echo htmlspecialchars($EM_Location->location_state, ENT_QUOTES); ?>" /> <input id="location-state-wpnonce" type="hidden" value="<?php echo wp_create_nonce('search_states'); ?>" />
How would I modify this to display only certain states?
I tried something like this and it didn’t work the way I had hoped
<input id="location-state" type="hidden" name="location_state" value="colorado" />
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Events Manager] Only allow submissions from particular location state/country’ is closed to new replies.