Added Filters table
This commit is contained in:
@@ -97,21 +97,21 @@
|
||||
<br>
|
||||
<div style="visibility: hidden" id="groupings">
|
||||
<form>
|
||||
<label for="location">Where do you work in the organisation:</label>
|
||||
<label for="location">Where do you work in the organisation?:</label>
|
||||
<select id="location" name="location">
|
||||
<option value="0">Any</option>
|
||||
<option value="1">Site 1</option>
|
||||
<option value="2">Site 2</option>
|
||||
</select>
|
||||
<br>
|
||||
<label for="level">Where operational level do you work at in the organisation:</label>
|
||||
<label for="level">Where operational level do you work at in the organisation?:</label>
|
||||
<select id="level" name="level">
|
||||
<option value="0">Any</option>
|
||||
<option value="1">Role 1</option>
|
||||
<option value="2">Role 2</option>
|
||||
</select>
|
||||
<br>
|
||||
<label for="gov">Where operational level do you work at in the organisation:</label>
|
||||
<label for="gov">Have you ever held one of the following roles in our business?:</label>
|
||||
<select id="gov" name="gov">
|
||||
<option value="0">Any</option>
|
||||
<option value="1">Yes</option>
|
||||
|
||||
Reference in New Issue
Block a user