Wowsa, I’ve seached online and it this forum for a few hours and can’t seem to find my particular situation because, of course, that’s my gosh darn karma, however…
I need to get this right the first time because if I have rewrite all the conditional notifications I’m looking at over 800.
We do business all over the world, and for different regions of the globe, we have regional representatives. We used to just have one email contact that we would have to manage and send a copy of the email to the correct rep.
Conditional notification are a life saver in this regard because we can send the form info directly to the right rep as well as send a copy to our email admin for follow up.
Our problem is this, our regions are so granular that after I’ve set up conditional notifications, I don’t know what areas I’m missing.
*So this is totally my fault because I didn’t keep a list of what was covered and what wasn’t.
So if someone fills out a form for a city or region we don’t cover, the email still gets to the admin, but disappears into the void of nobody home and we won’t know that it didn’t get sent to a regional rep.
Is there any way to get a notification send to admin of an email NOT being sent from one of the other notification sets?
I am assuming your question relates to addressing this for future entries received. A couple options/ideas:
Switch your conditional logic to gform_notification filter
If there is a consistent pattern to those 800 conditional notifications you speak of, the gform_notificationfilter may be a good way to handle instead of the conditional format on each form. i.e. Setup 2 notifications per form - “region notice” and “admin notice” and use the filter to determine which emails should receive. That may not add much value if your logic is unique per form, or require defining additional settings per field (such as a CSS class) so that the code can find the right field(s) to determine the region from.
It also could become the start of a great way to automate your follow-up processes. As a way to schedule reminders or drip notification to customers or with approval or user input steps for anyone related to the entry to action tasks.