
The search form widget can be placed on any number of pages, as well as serving its purpose on your main search page.
You may apply filters to the search form which will have the effect of pre-selecting those criteria on the search form!
See this example, where the filter on the search form ensures that the results are just residential homes, and not the other property types (“land” and “income”, etc).
(The filter is written as: filter=”property_type:residential”)
This filter is easy to create using the WIZARD in your Leads and Contacts account.
Click the “Show more options” button on the search form to see these values selected!
How It’s Done
Below is the widget code showing you how this display is generated. This form is responsive and will adjust to the width of the space it is in.
For WordPress
[mbb_widget data-type='MBBv3_SearchForm' data-filter='mls_id:demo+property_type:residential']
For HTML
<div id=’MBBv3_SearchForm’ filter=’mls_id:demo+property_type:residential’></div>