Are entries stored before the gform_notification hook?
Is it possible to update an entry when the gform_notification hook is called, or is the data already written by then?
chrishajer
(Chris (Gravity Forms))
March 20, 2019, 2:44am
2
Yes, entries are stored before the notification is sent. What are you trying to accomplish.
chrishajer
(Chris (Gravity Forms))
March 20, 2019, 2:49am
3
I’m going to close this one since it seems your other topic has more detail:
I am trying to stop the form submission process (with my custom error message) if for some reason a hooked function isn’t able to complete.
Example:
I have a function which creates a CSV based on the form inputs (hooked to gform_pre_submission). If the file isn’t able to be created (e.g. file permission issue), I wasn’t to stop the form submission process and present an error.