Home › Forums › Theme support › Eastend theme : search form use › Reply To: Eastend theme : search form use
Hello
Many thanks for wour reply.
Now, I’m testing my website in local.
The only thing that change is the estate_city key
New york city selection : result OK, map is displayed
http://localhost/wordpress/?stype=research&s=re&paged=1&captcha=&estate_type=-1&estate_kind=-1&estate_city=143
ANgevillers city selection (new city created) : result not OK, no map displayed
http://localhost/wordpress/?stype=research&s=re&paged=1&captcha=&estate_type=-1&estate_kind=-1&estate_city=167
Could you perhaps just explain me wich code is calling whith the following form ? This information will allow me to do more test and keep you posted
<form method=”get” action=”http://localhost/wordpress”>
<input type=”hidden” name=”stype” value=”research”>
<input type=”hidden” name=”s” value=”re”>
<input type=”hidden” name=”paged” value=”1″>
<input type=”hidden” name=”captcha” value=””>
<label for=”estate_type”>Type: </label>
<select name=”estate_type” id=”estate_type” class=”postform”>
<option value=”-1″>Quel type de transaction</option>
<option class=”level-0″ value=”152″>A vendre</option>
</select>
<label for=”estate_kind”>Type: </label>
<select name=”estate_kind” id=”estate_kind” class=”postform”>
<option value=”-1″>Quel type de bien </option>
<option class=”level-0″ value=”115″>Appartement</option>
<option class=”level-0″ value=”157″>Suite</option>
</select>
<label for=”estate_city”>Ville: </label><select name=”estate_city” id=”estate_city” class=”postform”>
<option value=”-1″>Quelle ville cherchez vous</option>
<option class=”level-0″ value=”167″>Angevillers</option>
<option class=”level-0″ value=”143″>New York</option>
</select>
<input type=”submit” value=”Je lance ma recherche ” class=”square sc_button custom medium”>
</form>
Thanks a lot for your help
Franck