Feld fuer die geplante Nutzerzahl entfernt, im Popup und auf beiden Testzugang-Seiten

Dieser Commit ist enthalten in:
AegisSight
2026-07-22 22:17:39 +02:00
Ursprung 434ec96e4e
Commit 1465104d8c
5 geänderte Dateien mit 8 neuen und 54 gelöschten Zeilen

Datei anzeigen

@@ -799,17 +799,6 @@
<input type="email" id="tf-email" name="email" autocomplete="email" required aria-describedby="tf-email-note">
<span class="tf-note" id="tf-email-note"></span>
</div>
<div class="form-group">
<label for="tf-users">Planned number of users <span class="tf-hint">optional</span></label>
<select id="tf-users" name="users">
<option value="">Please select</option>
<option value="1 person">1 person</option>
<option value="2 to 5 people">2 to 5 people</option>
<option value="6 to 20 people">6 to 20 people</option>
<option value="more than 20 people">more than 20 people</option>
</select>
</div>
<div class="tf-hp" aria-hidden="true">
<label for="tf-website">Website</label>
<input type="text" id="tf-website" name="website" tabindex="-1" autocomplete="off">

Datei anzeigen

@@ -294,21 +294,9 @@
<textarea id="tf-topic" name="topic" rows="5" required placeholder="Two or three sentences are enough. For example the situation in a specific region, an infrastructure topic or the monitoring of disinformation campaigns."></textarea>
</div>
<div class="form-row">
<div class="form-group">
<label for="tf-users">Planned number of users <span class="tf-hint">optional</span></label>
<select id="tf-users" name="users">
<option value="">Please select</option>
<option value="1 person">1 person</option>
<option value="2 to 5 people">2 to 5 people</option>
<option value="6 to 20 people">6 to 20 people</option>
<option value="more than 20 people">more than 20 people</option>
</select>
</div>
<div class="form-group">
<label for="tf-start">Preferred start <span class="tf-hint">optional</span></label>
<input type="text" id="tf-start" name="start" placeholder="e.g. as soon as possible">
</div>
<div class="form-group">
<label for="tf-start">Preferred start <span class="tf-hint">optional</span></label>
<input type="text" id="tf-start" name="start" placeholder="e.g. as soon as possible">
</div>
<div class="tf-hp" aria-hidden="true">