You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
how the integration of the contact form with Cloudflare Turnstile Captcha should look like.
I have site key + secret key.
I added in plugin form.
What to add in the code?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
Hi @zbigniew73.
You don't have to do anything in the template, but in the .md file of your modular contact page. Here is the example code of the demo page (I put only the code of the 'process' block):
process:
-
email:
from: '{{ config.plugins.email.from }}'
to:
- '{{ config.plugins.email.from }}'
- '{{ form.value.email }}'
subject: '[Feedback] {{ form.value.name|e }}'
body: "{% include 'forms/data.html.twig' %}"
-
save:
fileprefix: feedback-
dateformat: Ymd-His-u
extension: txt
body: "{% include 'forms/data.txt.twig' %}"
-
message: 'Thank you for your feedback!'
-
display: thankyou
Hello,
how the integration of the contact form with Cloudflare Turnstile Captcha should look like.
I have site key + secret key.
I added in plugin form.
What to add in the code?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: