The shortcode [es_search_form] displays search form. Combine the shortcode with other attributes like below:
layout = vertical | horizontal (e.g. [es_search_form layout="vertical"] )
address_placeholder - Placeholder for address field in search form.
search_type = main | simple | advanced
title - Search form title (Only for advanced or main search_type).
padding - Search form CSS padding. Add spaces in the search form container. Used for search_type=”main” only. Example: padding=”50px” or padding=”10px 20px 10px 50px”
search_page_id - ID of page with [es_my_listing] shortcode (in Estatik 3 it was [es_search] shortcode. For now it is the same shortcode).
is_address_search_enabled = 0 | 1. Allowed for search_type = main or simple.
background - CSS background color or image for search form. Allowed for search_type = main. background=”#000”, where #000 - background color.
is_main_filter_enabled = 0 | 1. Hides | Shows main search fields. Allowed for search_type = main or simple.
is_collapsed_filter_enabled = 0 | 1. Hides | Shows collapsed search fields. Allowed for search_type = main or simple.
main_fields - comma separated fields to show. Allowed for search_type = main or simple.
collapsed_fields - comma separated fields to show. Allowed for search_type = main or simple.
enable_saved_search = 0 - to disable Save search button.
fields - comma separated fields to show. Used for search_type = advanced.