Is there any solution to send the User Notification after gform_post_submission hook ?
Indeed, in my case, a lot of work is processed using this hook with a 3rd party extension and I need some meta data to be include in the user email.
Antoine
Is there any solution to send the User Notification after gform_post_submission hook ?
Indeed, in my case, a lot of work is processed using this hook with a 3rd party extension and I need some meta data to be include in the user email.
Antoine
I've answered this via priority support, but for anyone else looking for the same, there is currently no way for users to adjust when hooks fire, and as such, there isn't currently a way to delay notifications until after the post_submission hook fires. This is because the notification e-mail happens around the same time as information is saved to the Gravity Forms database.