Dropdown Filters
Category
Filter jobs by category.
data-sf="category-filter"
data-sf="category-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="category-filter"
>
<option class="option">All Category</option>
</select>
Industry
Filter jobs by industry.
data-sf="industry-filter"
data-sf="industry-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="industry-filter"
>
<option class="option">All Industry</option>
</select>
Job Type
Filter jobs by Job Type.
data-sf="job-type-filter"
data-sf="job-type-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="job-type-filter"
>
<option class="option">All Job Type</option>
</select>
Location
Filter jobs by location.
data-sf="location-filter"
data-sf="location-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="location-filter"
>
<option class="option">All Locations</option>
</select>
Language
Filter jobs by language.
data-sf="language-filter"
data-sf="language-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="language-filter"
>
<option class="option">All Languages</option>
</select>
Posting Type
Filter jobs by posting type.
data-sf="posting-type-filter"
data-sf="posting-type-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="posting-type-filter"
>
<option class="option">All Posting Type</option>
</select>
Region
Filter jobs by region.
data-sf="region-filter"
data-sf="region-filter"
need to be in a <select>
tag with one <option>
tags for reference for all the available options found on the ATS.
Example!
<select
class="form-control"
data-sf="region-filter"
>
<option class="option">All Regions</option>
</select>