Hi @canimjain
I hope you are doing well today.
Please follow our guide here:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#email-notifications-forms
In short, you have multiple email notifications. Separate for admin and separate for clients.
Kind Regards,
Kris
Thank you, Kris, for your kind response.
I went through the guide you suggested and tried, but no luck.
Email is received by an admin but not by end user.
In the recipents field I filled “{user_email} “, is this correct?
Thanks
Hi @canimjain
Thank you for response!
In the recipents field I filled “{user_email} “, is this correct?
No, it’s not correct and might be an actual explanation of the issue.
You should use an ID of an email field in this recipient field. Let’s say that there’s only one e-mail field on the form and it’s the
{email-1}
field, where user provides their e-mail during registration.
If you want notification to be sent to that user, you need to use
{email-1}
in “recipient” setting of notification in this case.
Best regards,
Adam