Customize Search Form

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #65670

    executivedigi
    Expired Member
    Post count: 1

    Is there any way to customize fields in the search form?

    I need just City/State nad Zip, not Places field.

    #65718

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you could hide the 1st 2 fields and just leave the enar field, which is where users would input either State, City or Zip.

    this css in GeoDiretory >> Design >> Scripts >> Custom CSS would do it:

    
    
    .search_by_post, .geodir-search input.search_text {
        display: none;
    }

    Otherwise you’d need to customize the tempalte:

    geodirectory-templates/listing-filter-form.php

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket