Editing a Search Form

It seems that you use a plugin to display this form. If you use a plugin and you can’t modify plugin scripts, I advice you to use CSS. You can add this line to style.css of your theme (Go to Appearance > theme editor) :

.iw-search-add-advanced {display:none!important;} /*not display advance button */
.iw-fields-advanced {display:block!important;} /* display filters */