don't use type=number
Cette révision appartient à :
Parent
99244542b5
révision
66ddf6269a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -3,6 +3,6 @@
|
|||
<label for="solution">Captcha</label>
|
||||
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
|
||||
<img src="/captcha/{{.CaptchaID}}.png">
|
||||
<input type="number" name="solution" class="form-control" placeholder="Captcha" required>
|
||||
<input type="text" name="solution" class="form-control" placeholder="Captcha" required>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket