Removed anonymity for bar graphs - still exists for text comments

This commit is contained in:
2025-06-18 12:36:32 +01:00
parent 8b1e862c3c
commit 8ed3296e0d
2 changed files with 7 additions and 6 deletions

View File

@@ -126,17 +126,17 @@
<label for="location">Where do you work in the organisation?:</label><br>
<select id="location" name="location">
<option value="0">Any</option>
<option value="0">All</option>
</select>
<br>
<label for="level">Where operational level do you work at in the organisation?:</label><br>
<select id="level" name="level">
<option value="0">Any</option>
<option value="0">All</option>
</select>
<br>
<label for="gov">Have you ever held one of the following roles in our business?:</label><br>
<select id="gov" name="gov">
<option value="0">Any</option>
<option value="0">All</option>
</select>
<br>
<br>