How to add auto response email field in generic forms?
Closed this issue · 3 comments
Hi Anjaan2077,
In the Email field, just enter the input name that you used in your form for email.
If your input on the form code looks like this:
<input
name="email_address" type="email">
you would just write email_address in that field.
Then populate your sender address and the subject. Mail template can be left blank or enter as you find it in /backend/system/mailtemplates
so for example, that could read: martin.forms::enquiry.autoreply (which is the default that is applied if you don't create a new template)
Thank you so much..
Hi Anjaan2077,
In the Email field, just enter the input name that you used in your form for email. If your input on the form code looks like this:
<input
name="email_address" type="email">you would just write email_address in that field. Then populate your sender address and the subject. Mail template can be left blank or enter as you find it in /backend/system/mailtemplates
so for example, that could read: martin.forms::enquiry.autoreply (which is the default that is applied if you don't create a new template)