Jump to content

Registration


lorlandi

Recommended Posts

  • Moderators

Hi,

You need to edit the template registration_mainform.tpl, I take it you have just updated to the latest beta?

Its around line 92 replace the existing captcha with,

<dt>reCaptcha</dt>
          <dd>
     <?php
  echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
     ?>
  </dd>

  • Like 1
Link to comment
Share on other sites

Yes, was installed the last beta 870, but in the template are the same rows like you tell me to replace :

<dt>reCaptcha</dt>

<dd>

<?php

echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);

?>

</dd>

Regards and thanks anyway.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...