• Resolved tlmarion13

    (@tlmarion13)


    I am using the short-code given for the search and I am wondering in what file the clear button is located so I may disable.. I have searched all the files and cannot for the life of me find it. The clear button on my testing sight brings up all data in a list. It is accepting a value of null, and I cant have that. I am familiar with PHP but I cannot find where to modify this. By the way love this program! Thanks!

    • This topic was modified 8 years, 1 month ago by tlmarion13.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Barker

    (@xnau)

    Easiest way to do this is to use CSS to hide the button. For example:

    .pdb-searchform .search-form-clear {
       display:none;
    }

    You can put that into the “Custom CSS” setting in the plugin.

    To do this in code, you’d use a custom template for your search form.

    Thread Starter tlmarion13

    (@tlmarion13)

    Thank you so much!

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

The topic ‘Clear Button in Search form’ is closed to new replies.