Add Recaptcha to Gravstrap Theme

Hello,

How can I add Recaptcha to the Contact form in the Gravstrap Theme?

I’ve found: /user/plugins/gravstrap/templates/vendor/simple_form.html.twig

{# Redirect URL after submit #}
<input type="hidden" name="redirect_to" value="{{ redirect_to | raw }}" />

{% set column_width = 12 %}
{% if show_form_labels %}
    {% set column_width = 10 %}
{% endif %}

{{ dump(show_form_labels) }}


{% if show_form_labels %}
Name
{% endif %}





{% if show_form_labels %}
Email
{% endif %}





{% if show_form_labels %}
Message
{% endif %}






Absenden

Thans for help!

Best regards
Stefan