don't use type=number (re-do)
Cette révision appartient à :
Parent
37a5159dec
révision
37a5c01ef6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -3,6 +3,6 @@
|
||||||
<label for="solution">Captcha</label>
|
<label for="solution">Captcha</label>
|
||||||
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
|
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
|
||||||
<img src="/captcha/{{.CaptchaID}}.png">
|
<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>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Référencer dans un nouveau ticket