Hello,
How do we configure a webform so that it will send a notification to an email address each time someone fills it out?
Thank you,
Cat
Hi Cat,
You could take my answer(last reply) in the thread below as reference:
In short, the process of the method:
1. Create a HTTP Request Trigger in flow, the email address will be included in requested data.
2. Send an AJAX request to endpoint of the trigger at "afterFormSubmit" or "onSubmit" event, user submitted data could be retrieved by document.getElementsByTagName("input")[i].
Regards,
Clofly
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,836
Most Valuable Professional
nmaenpaa
101,156