Quick Search Widget

The Quick Search widget has several variants. With the Quick Search widget, only one area value can be selected.

Default – Perfect For a Sidebar

This is the standard “Quick” Search widget, that can be placed in a sidebar area:

Simple1

The simple1 form is a modern linear form that will fit in any space.

Simple2

The simple2 is a reduced form with one area option only. This form will fit in any space.

How It’s Done

Below are the widget codes showing you how these search forms are displayed.

The default form:

The ‘default’ Quick Search widget generates a simplified search form. This is useful when you want a search in a sidebar.

As with all Buying Buddy widgets, the Quick Search is responsive so it will adjust to fit the available space.

For WordPress:
[mbb_widget id="MBBv3_QuickSearch"]

For HTML:
<div id="MBBv3_QuickSearch"></div>

formType:simple1

For WordPress:
[mbb_widget id="MBBv3_QuickSearch" filter="formType:simple1"]

For HTML:
<div id="MBBv3_QuickSearch" filter="formType:simple1"></div>

formType:simple2

For WordPress:
[mbb_widget id="MBBv3_QuickSearch" filter="formType:simple2"]

For HTML:
<div id="MBBv3_QuickSearch" filter="formType:simple2"></div>