[ad_1]
What’s the best way to send a basic email notification (literally just “form submission received”) when someone submits a message through a Gravity Form? Normally I would use the gform_after_submission hook but as I’m sending the form data to an external URL this won’t do anything. I can create a snippet of code to send the message though wp_mail but I can’t work out how to trigger it when the form is submitted. Any thoughts?
[ad_2]