publipresse / oc-forms-plugin

Create easy (and almost magic) forms
https://magicforms.vercel.app
4 stars 5 forks source link

Not sending auto-response #3

Closed jamesray2 closed 7 months ago

jamesray2 commented 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.

PubliAlex commented 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

jamesray2 commented 7 months ago

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.

magiccomponent

PubliAlex commented 7 months ago

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.

jamesray2 commented 7 months ago

Ah, that worked.

Thanks!

PubliAlex commented 7 months ago

You are welcome