Hi,
we (steyler-klosterladen.eu) have a simple cancellation form built with {% form ‘contact’ %}. Now we get complaints by customers, who claim that they have filled in the form but we did not receive any mails. When we test the form, everything works. As there is no backend logging of submitted forms, we cannot verify those complaints. And yes, we checked the spam folder.
Ernst
Hi there
I checked the form and I need to have access to your code to check what is the main issue,
grant me access to briskcodeio@gmail.com or send me the request code.
Thank you for your reply.
The form in question is https://steyler-klosterladen.eu/pages/kuendigung
And the code is quite standard:
{% form 'contact' %}
*{{ 'general.forms.required_field' | t }}
{% if form.posted_successfully? %}
Vielen Dank, Ihre Kündigung ist bei uns eingegangen. Wir melden uns in Kürze bei Ihnen.
{% endif %}
{% endform %}
Best
Ernst