nenes25 / eicaptcha

Captcha module for prestashop
292 stars 84 forks source link

Add 2 missing hooks on installation #241

Closed PrestaSafe closed 1 year ago

PrestaSafe commented 1 year ago

Hello @nenes25 I've an issue on this module when i want to submit the contact form, i've look up an it came from the hook: displayEicaptchaVerification is missing in the installation Tools::getValue('g-recaptcha-response') is null.

And i've put the hook : {hook h='displayEicaptchaVerification'} in my template file: contactform/views/templates/widget/contactform.tpl

I've also add the actionContactFormSubmitCaptcha because it displayed an error at the check settings tab.

Thanks for you module

nenes25 commented 1 year ago

Hello @PrestaSafe , Nice catch ! Thanks for the fix :smile: