-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contact form with recaptcha on cms page #52
Comments
Hello, In order to make it work with your implementation, you need to edit the line : https://github.com/nenes25/eicaptcha/blob/17/eicaptcha.php#L314 So the specific js will be loaded in cms page too. Regards, |
Hello On the cms page, the head section has been added It has not been added In body section was added only So the recaptcha window did not appear on the cms page. Edit |
OK great if it works :-) Regards, |
1.7.2.2 - Your prestashop version
2.0.4 - Eicaptcha Version
classic/modified - Do you use a specific theme
Issue description
Hi
I put the contact form on the cms page in the following way:
/themes/classic/templates/cms/page.tpl
I added:
id == 8 - id cms with contact form
/themes/classic/modules/contactform/views/templates/widget/contactform.tpl
<form action="{$urls.pages.contact}" method="post" {if $contact.allow_file_upload}enctype="multipart/form-data"{/if}>
I exchange for:
But unfortunately the recaptcha is not displayed in the contact form on the cms page.
Is there any possibility that eicaptcha would also work on the cms page?
The text was updated successfully, but these errors were encountered: