• Hi.. im having trouble to my “search form” for 2 days now and couldn’t basically make it work.

    here’s what it is basically

    3 dropdown selects, where users can choose which words to look for.

    they can use the 1st 2nd or 3rd or combination of the 3,

    do i make sense?

    can anybody give light to my issue. really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • im having trouble to my “search form” for 2 days now and couldn’t basically make it work

    What couldn’t you make work?
    Can you please provide a link to this search form?
    What WordPress theme are you using?
    What did you use to make this search form (plugin, custom code)?

    Thread Starter kadong

    (@kadong)

    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=”http://localhost&#8221; 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.

    Thread Starter kadong

    (@kadong)

    What couldn’t you make work?

    it only gives you random results which i dont think relevant to the words on the dropdown.

    Do you have a link to it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Advance Search Help’ is closed to new replies.