Added Filters table

This commit is contained in:
2025-05-30 21:27:29 +01:00
parent a6793ac03e
commit 437e1afede
5 changed files with 188 additions and 9 deletions

View File

@@ -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>