Handle anon participants

This commit is contained in:
Dennis Schoepf 2021-08-03 19:19:06 +02:00
parent 095a50b9a4
commit 92c349a135
3 changed files with 30 additions and 7 deletions

View file

@ -167,7 +167,7 @@
<div id="intro-step3">
<h1>General Questions</h1>
<p>Please provide some additional information about you below:</p>
<label for="name">
<label id="name-label" for="name">
Your name
<input type="text" id="intro-name" name="name" placeholder="e.g. Max" />
</label>