Cms forms issue

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
KhushalWebroot
Posts: 11
Joined: 29 May 2023, 11:29

Cms forms issue

Post by KhushalWebroot » 29 Nov 2023, 10:57

We are experiencing an issue with our CMS forms. We are receiving only the message field value in our e-mails after a user submits a form. Please advise.

Also how to add recaptcha?


Thanks

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Cms forms issue

Post by aimeos » 30 Nov 2023, 07:30

There has been a change in 2023.10.x-dev which fixes the issue. Please update using:

Code: Select all

composer req aimeos/ai-cms-grapesjs:2023.10.x-dev
If you want to add reCaptcha, you need to extend the GrapesJS block for the contact form in the ./themes/admin/jqadm/custom.js file of your project-specific Aimeos extension in the ./packages/ folder.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply