i am hosting a form on netlify. i have already had one email input field. i want the value of that field as the recipient email address for notifications. how to do that?
thank you
i am hosting a form on netlify. i have already had one email input field. i want the value of that field as the recipient email address for notifications. how to do that?
thank you
Hiya, sorry you are having trouble getting your forms to work.
This Support Guide is the first port of call to debug any forms issues. Please start here and work through these resources!
We also recommend trying to search the forums or look at topics tagged Netlify forms if you haven’t already - it’s likely your question was already asked by someone else!
If you are still having problems, please provide more information such as what you have already tried, and a link to your live form.
Hi, @chao05. There is no automated way to send emails to email addresses entered into the form.
You can created a Function that does this which is triggered by a form submission:
If there are other questions about this, please let us know.