Widget:Pseudocaptcha: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
J* (Diskussion | Beiträge) |
J* (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
<form method="GET" action="/index.php/CAPTCHA"> | <form method="GET" action="/index.php/CAPTCHA"> | ||
− | <label for="ans">Antwort: </label><input type="text | + | <label for="ans">Antwort: </label><input type="text" id="ans" /> |
− | <input type="hidden" name="loesung" value="falsch" /> | + | <input type="hidden" name="loesung" value="falsch" /><br> |
+ | <input type="submit" value="Abschicken" /> | ||
</form> | </form> |
Version vom 30. März 2013, 14:19 Uhr
<form method="GET" action="/index.php/CAPTCHA">
<label for="ans">Antwort: </label><input type="text" id="ans" />
<input type="hidden" name="loesung" value="falsch" />
<input type="submit" value="Abschicken" />
</form>