further modify sanity checks
All checks were successful
the build was successful

This commit is contained in:
2018-02-19 16:23:32 +01:00
parent a376f8c9cc
commit 1b3885afee
8 changed files with 26 additions and 11 deletions

View File

@@ -103,7 +103,7 @@
<input type="text" name="firstname" placeholder="First Name" size="20" />
<input type="text" name="lastname" placeholder="Last Name" size="20" required="required" /><br/>
<span class="formlabel">Email:</span>
<input type="email" name="email" placeholder="Email" size="40" required="required" /><br/>
<input type="email" name="mail" placeholder="Email" size="40" required="required" /><br/>
<span class="formlabel">Company/Organisation (if any):</span>
<input type="text" name="org" placeholder="Organisation" size="40" /><br/>
@@ -129,6 +129,8 @@ No focus; just send me the default package. That means we will try to ensure tha
<span class="formlabel">Any comment:</span>
<textarea name="comment" rows="4" cols="40"></textarea><br/>
<input type="text" name="address" placeholder="Which address shall be used?" size="20" class="special" />
<span class="formlabel">What is 17 + 4?</span>
<input type="text" name="quiz" size="10" required="required" />
<span class="formlabel">Support our work with a donation of 10€ or more: </span>
<input type="number" name="donate" value="0" min="0" step="5"/>
<!-- Translators: please translate the label of this button (the value field) -->