-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.2.2
Hi, I have problem with hikashop recaptcha plugin. It is giving me "The CAPTCHA solution was incorrect" even thou it is correct (recaptcha server answered with success). Also is there way to put recaptcha image under whole form rather than after password?
And I know I should answer this in Joomla forum but maybe you know answer. Is joomla's native recaptcha doing check in every form? I mean why it is checking hikashop forms even when there is no code(didn't find any) to tell recaptcha plugin to check (the problem, that joomla recaptcha plugin is doing check but no picture in form showing)
Other thing, If put recaptcha (without hikashop recaptcha plugin) in checkout registration like this(or similar):
JPluginHelper::importPlugin('captcha');
$dispatcher = JDispatcher::getInstance();
$dispatcher->trigger('onInit','dynamic_recaptcha_1');
$captcha = $dispatcher->trigger('onDisplay','dynamic_recaptcha_1');
echo $captcha[0];
it is working quite well, but there is problem, that login and registration is in the same form specifically this one
<form action="/wiseweb-test/index.php/component/hikashop/checkout/step/step-1?Itemid=242" method="post" name="hikashop_checkout_form" enctype="multipart/form-data" onsubmit="if('function' == typeof(hikashopSubmitForm)) { hikashopSubmitForm('hikashop_checkout_form'); return false; } else { return true; }">
so it is doing check also on login(which I don't want

)...is there any way?
Thank you.
P.S.: Preview here in forum didn't work for me