I have 3 conditional notifications, and a hidden field with three options. When the form first submits the hidden field has option 1 by default, so notification 1 is the only one that sends.
I’m trying to set it up where I can edit the entry after it comes in, and change the hidden field to option 2 or 3. When I click update I want it to re-run the notifications so if I pick 2 then notification 2 will fire, if I pick 3 number 3 will send.
I’ve found a few solutions, but none that have worked so far. Any thoughts?
Gravity Forms notifications are triggered based on the notification event used, and the default notification event is, “Form is submitted”, which is triggered when the form is initially submitted.
To send a notification when an entry is updated, you’ll need to add three similar notifications with a notification event for when an entry is updated. Our GP Entry Blocks Perk allows you to edit and update existing entries, and also includes a notification event, “Entry Edited via Entry Block” which is triggered when an entry is updated via Entry Blocks.
You can use the perk to edit the entries and then set up three additional notifications on the form, one for each option using the, “Entry Edited via Entry Block” notification event.
Please check out the documentation, and let us know if you have any questions.