i got problem in setting the reCapcha it tank auth when i try to change it theme color, the recapcha image now is showing on the top of the form.
this is the code i edit
auth.php
function _create_recaptcha()
{
$this->load->helper('recaptcha');
// Add custom theme so we can get only image
$options = "[removed]var RecaptchaOptions = {theme: 'red', custom_theme_widget: 'recaptcha_widget'};[removed]\n";
// Get reCAPTCHA JS and non-JS HTML
$html = recaptcha_get_html($this->config->item('recaptcha_public_key', 'tank_auth'));
return $options.$html;
}
changing the theme from custom to red.
now the recapcha is showing above the form.
could someone can help me about this?
I will appreciate for any help will come, thank you.
BTW sorry for my bad english