Use the shortcode [otys-vacancies-geo-search]
It is possible to search on location based on postal code. The shortcode otys-vacancies-geo-search] will output a form where the user will be able to filter on vacancies based on postal code. The user will also be able to set the min and max range to search in. Alternatively you can choose to show the user a country picker aswell.
Attribute | Description | Example |
min | The minimum distance a candidate can search on in kilometers. Default: 5 | [otys-vacancies-geo-search min="10"] |
max | The maximum distance a candidate can search on in kilometers. Default: 50 | [otys-vacancies-geo-search max="100"] |
default | The default distance a set when a candidate has not searched yet. Default: 30 | [otys-vacancies-geo-search default="20"] |
country | The country a user searches in. Use the country code to define another country. Default: NL | [otys-vacancies-geo-search country="EN"] |
countryselect | When this setting is enabled the user gets shown a dropdown in which the user can select the country to search in. Default: false | [otys-vacancies-geo-search countryselect="true"] |
steps | The steps defines the amount of distance that get added each time the user drags the distance slider. Default: 5 | [otys-vacancies-geo-search steps="1"] |