
Originally Posted by
jeking
Thanks for the update on the fix.
For the placement, <?php echo recaptcha_get_html(); ?> should be inserted into the file where you want the captcha to appear. Typically, this is just before the submit button.
For the blank page, check the 'logs' folder for the error that is occurring.
Hi Jim,
Thanks for the information. I have been looking at the create_account.php file, and the one thing I can't figure out is where the submit button is actually loaded.
Looking into the Code, I only see one line with the word "Submit" in it, as per below, but it's just a message, and not part of the code:
Code:
$messageStack->add_session('header', (defined('ERROR_CREATE_ACCOUNT_SPAM_DETECTED') ? ERROR_CREATE_ACCOUNT_SPAM_DETECTED : 'Thank you, your account request has been submitted for review.'), 'success');
So now I think I'm trying to modify the wrong page, but I can't figure out what is presenting the create_account.php layout, when that's called.
James