🇭🇺Hungary bolemanyi.attila
Now the code is:
<form {{ attributes }}>
{{ element.elements.name }}
{{ element.elements.email }}
{{ element.elements.message }}
{{ element.elements.actions }}
{{ element.elements.captcha }}
<div>
{{ element.form_token }}
{{ element.form_build_id }}
{{ element.form_id }}
</div>
</form>
It seems that is is working now. Thank you very much!!!
🇭🇺Hungary bolemanyi.attila
1. Yes, I did.
2. Attached
3. As I see, the theme use custom twig template. Should I add captcha element there?
I think this is the custom twig file's (webform--contact_style_2.html.twig) content:
{{ element.elements.name }}{{ element.elements.email }}
{{ element.elements.message }}
{{ element.elements.actions }}
{{ element.form_token }}
{{ element.form_build_id }}
{{ element.form_id }}
{{ element.form_build_id }}
{{ element.form_id }}
🇭🇺Hungary bolemanyi.attila
Okay, the Captcha element was missing, I added it, but as I see, there is no changes :-(
🇭🇺Hungary bolemanyi.attila
#2
Unfortunately, this part is totally missing :-(
You can see here: https://comega7.hu/hu/kapcsolat
🇭🇺Hungary bolemanyi.attila
bolemanyi.attila → created an issue.