Closed jamesray2 closed 7 months ago
The form is not sending auto-notifications.
Tried {{ form.mailaddress }} and a normal mailaddress.
In both situations the auto reply does not work.
Could you attach your component configuration, to make some tests ?
Thank you
Hereby a screenshot.
When I add {{ form.emailadres }} to the subject, the mail address is displayed normal. When I add {{ form.emailadres }} to Auto-response settings / Email field and I don't receive an auto-response.
The email field should just be the name of the form field. Try to simply put emailadress
instead of {{ form.emailadress }}
for the email field of autoresponse and let me know if it worked.
Ah, that worked.
Thanks!
You are welcome
The form is not sending auto-notifications.
Tried {{ form.mailaddress }} and a normal mailaddress.
In both situations the auto reply does not work.