"remove" robot checkmark

i feel like there is too much room for accidentally clicking it by habit
so i moved it way off the edge of the screen
This commit is contained in:
Jan Delta 2022-08-15 13:32:09 +09:00
parent 0fe6a09dbd
commit d8192f6aba
1 changed files with 8 additions and 5 deletions

View File

@ -32,16 +32,19 @@
<sup><i>(we'll set a cookie to not show this to you in the future, if you don't give us a name the cookie will not be able to identify you)</i></sup></label><br/>
<label for="fuser"><b>Name</b> (can be your username, or anything really)</label><br/>
<input id="fuser" name="fuser" type="text" class="input" placeholder="@yourname" maxlength="100"><br/>
<label for="fwhere"><b>How did you find this form?</b></label><br/>
<label for="fwhere"><b>How did you find this form?</b> (optional)</label><br/>
<textarea id="fwhere" name="fwhere" type="text" class="input" placeholder="(you can be as specific or nonspecific as you want)" rows="2" maxlength="1000"></textarea><br/>
<hr/>
{{else}}
<p>Name cached as {{if eq .Whomst "anon"}}Anonymous{{else}}<code>{{.Whomst}}</code>{{end}} <a href="/nocookie">click here to clear</a></p>
<input hidden="true" type="text" name="fname" value="{{.Whomst}}">
{{end}}
<hr/>
<label>are you an evil robot that desires to stuff our mailbox with junk? if so click the box below, <i><b class="has-text-warning-dark has-background-danger-light">otherwise leave it unchecked</b> (your submittion will be ignored if you check it)</i></label><br/>
<label for="frobot"><b>I am a robot</b></label>
<input type="checkbox" id="frobot" name="robot?" class="checkbox is-small"><label></label><br/><hr/>
{{end}}
<div style="position: fixed; top: -1000em; width: 1em">
<label>are you an evil robot that desires to stuff our mailbox with junk? if so click the box below, <i><b class="has-text-warning-dark has-background-danger-light">otherwise leave it unchecked</b> (your submittion will be ignored if you check it)</i></label><br/>
<label for="frobot"><b>Robot?</b></label>
<input type="checkbox" id="frobot" name="robot?" class="checkbox is-small"><label></label><br/><hr/>
</div>
<input type="submit" value="Submit" class="button is-dark"><br/>
</form>
</body>