Hi matthew, thank you for responding.
What couldn’t you make work?
well the search form doesnt work for me. combining the 3 dropdowns to choose which words to look for… it doesn’t work for me.
Can you please provide a link to this search form?
below is the code for the search form. this code is under searchform.php and results display on a template page. probably this is what u call the basic search of wordpress.
<div id=”search-box”>
<p>Search From The Luxury Properties</p>
<form action=”https://localhost” id=”searchform” method=”get” role=”search”>
<div id=”search-forms”>
<select name=”pagename” id=”pagename” class=”round-search-forms longerforms” >
<option value=””>Choose Property</option>
<option value=”residential”>Residential</option>
<option value=”commercial”>Commercial</option>
</select>
<div id=”residential” class=”box”>
<select name=”s” id=”s” class=”round-search-forms longerforms”>
<option value=””>Select Locations</option>
<option value=”Al Hilal”>Al Hilal</option>
<option value=”The Pearl”>The Pearl</option>
<option value=”West Bay”>West Bay</option>
<option value=”Al Sadd”>Al Sadd</option>
<option value=”Bin Mahmoud”>Bin Mahmoud</option>
</select>
<select name=”s” id=”s” class=”round-search-forms shorterforms”>
<option value=””>No. of Rooms</option>
<option value=”2 Bedrooms”>2 Bedrooms</option>
<option value=”3 Bedrooms”>3 Bedrooms</option>
<option value=”4 Bedrooms”>4 Bedrooms</option>
<option value=”2 Bedrooms”>5 Bedrooms</option>
<option value=”7 Room”>7 Room</option>
</select>
</div>
<div id=”commercial” class=”box”>
<select name=”s” id=”s” class=”round-search-forms longerforms”>
<option value=””>Select Locations</option>
<option value=”West Bay”>West Bay</option>
<option value=”Grand Hamad”>Grand Hamad</option>
<option value=”Al Sadd”>Al Sadd</option>
</select>
<select name=”s” id=”s” class=”round-search-forms shorterforms”>
<option value=””>Room Size</option>
<option value=”West Bay”>2000m square</option>
<option value=”West Bay”>2000m square</option>
<option value=”West Bay”>2000m square</option>
<option value=”West Bay”>2000m square</option>
</select>
</div>
<input type=”submit” id=”search-button” value=” ” />
</form>
</div>
</div>
What WordPress theme are you using?
im using wordpress 4 but no not the themes inside it. we made a custom theme.
What did you use to make this search form (plugin, custom code)?
i dont know what you call it matthew but i just used the basic search of wordpress.
Thank you for the time matthew really appreciate it.