File

mod_register_web/templates/simplecaptcha.html @ 6005:49e3289c145e

mod_alias: Update Compability section and label
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:48:53 +0200 (5 months ago)
parent 1228:db85ff22ae97
line wrap: on
line source
<tr>
  <th>What is {x} {op} {y}?</th><td>
    <input name="captcha_challenge" type="hidden" value="{challenge}">
    <input name="captcha_reply" pattern="[0-9]+" required type="number">
  </td></tr>