Hi,
I just updated using v3.6a and noticed that in the README file Step 3 references the wrong Create Account file:
Step 3
Edit the files you wish to use captcha in includes/templates/YOUR_TEMPLATE/templates
tpl_contact_us_default.php
tpl_create_account_default.php (incorrect)
tpl_product_reviews_write_default.php
tpl_ask_a_question_default.php
In each case, you will be adding the line
<?php echo recaptcha_get_html(false); ?>
a. tpl_contact_us_default.php
After the last </fieldset>
Add <?php echo recaptcha_get_html(false); ?>
b. tpl_modules_create_account.php (correct)
After the fieldset close for ENTRY_PASSWORD_CONFIRMATION.
Add <?php echo recaptcha_get_html(false); ?>


Reply With Quote
