How validated pre-selected location ( city )
In deep.
I use subdomain base city, so, when arrive at the submission form x city, the city x is already displayed in the form. check the image plz
But, although it is already shown the city is not validated, so the million dollar question, how validated the city?
<input type="text" name="term" id="term" class="term" placeholder="<?php _e('Country, Region or City', 'veronika'); ?>" value="<?php echo veronika_get_term(Params::getParam('term'), Params::getParam('sCountry'), Params::getParam('sRegion'), Params::getParam('sCity')); ?>" autocomplete="on"/>