view mod_register_web/templates/recaptcha.html @ 1282:17cb51496469

mod_manifesto: Module that informs users about the Security Test Days and which contacts it will affect (Thanks to MattJ, who wrote most of it)
author Kim Alvefur <zash@zash.se>
date Thu, 23 Jan 2014 17:23:04 +0100
parents 6015434f0e05
children 32604bf33a4c
line wrap: on
line source

<tr>
  <td colspan="2">
    <script src="https://www.google.com/recaptcha/api/challenge?k={recaptcha_public_key}" type="text/javascript"></script>
    <noscript>
      <iframe frameborder="0" height="300" src="https://www.google.com/recaptcha/api/noscript?k={recaptcha_public_key}{recaptcha_display_error}" width="500"></iframe>
      <br>
      <textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea>
      <input name="recaptcha_response_field" type="hidden" value="manual_challenge">
    </noscript>
  </td>
</tr>