# Default Notifications Possible?

**URL:** https://community.gravityforms.com/t/default-notifications-possible/3992
**Category:** Get Help
**Tags:** conditional-logic, custom, notifications
**Created:** [February 20, 2020, 9:56pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992 "2020-02-20T21:56:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![gogrw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/gogrw/32/1375_2.png) [@gogrw](https://community.gravityforms.com/u/gogrw)
#### Post date: [February 20, 2020, 9:56pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/1 "2020-02-20T21:56:53Z")

</div>

I have an extremely complicated form with a bunch of if’s, and’s, or but’s. I had to make several different confirmations with the default one being used if none of the other ones are used. This is exactly what I need, but for notifications. There is no default notification, so any of them including the Admin Notification provided will send regardless. Any way to do this with a little bit of code? Thanks in advance.

---

<div class="post-metadata">

### Author: ![chrishajer](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/chrishajer/32/88_2.png) [@chrishajer](https://community.gravityforms.com/u/chrishajer)
#### Post date: [February 20, 2020, 10:14pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/2 "2020-02-20T22:14:41Z")

</div>

By default, the Admin notification is created with every new form. That will always be present and always sent.

If you need to add other notifications, you can do that, and use conditional logic on them as well, just like the confirmations. If no conditions are met, only the default (admin) notification will be sent. I feel like there is something else you’re trying to accomplish and that I did not address exactly what it is you need. Can you elaborate on what you need to happen? Thank you.

---

<div class="post-metadata">

### Author: ![gogrw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/gogrw/32/1375_2.png) [@gogrw](https://community.gravityforms.com/u/gogrw)
#### Post date: [February 21, 2020, 4:50pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/3 "2020-02-21T16:50:55Z")

</div>

Thank you for your reply. I am aware that the Admin notification will always be sent. That is what I am trying to prevent. I just want a default notification that will only be sent if the other notifications’ conditional logic does not send any of the other notifications. So if A=B, send notification #2; if A=C, send notification #3; if A=D, send notification #4; and if A does not equal B, C, or D, send notification #1. I do not want notification #1 to be sent along with the other ones. Hope that makes more sense.

---

<div class="post-metadata">

### Author: ![chrishajer](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/chrishajer/32/88_2.png) [@chrishajer](https://community.gravityforms.com/u/chrishajer)
#### Post date: [February 21, 2020, 9:08pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/4 "2020-02-21T21:08:48Z")

</div>

Can you set the conditional logic on the default confirmation so that it is the opposite rules from the other notifications, and it would be sent if those rules matched? I guess it depends on the complexity of your conditional logic rules.

---

<div class="post-metadata">

### Author: ![gogrw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/gogrw/32/1375_2.png) [@gogrw](https://community.gravityforms.com/u/gogrw)
#### Post date: [February 21, 2020, 9:32pm UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/5 "2020-02-21T21:32:22Z")

</div>

I am working on adding fields that will check if conditions are met for each of the confirmations, and then adding another field that will be enabled if none of them are met. Then assigning the conditional logic from my “default” notification to that field. It’s a nutty way of doing things, but it’ll work I suppose.

---

<div class="post-metadata">

### Author: ![richardw8k](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/richardw8k/32/2354_2.png) [@richardw8k](https://community.gravityforms.com/u/richardw8k)
#### Post date: [January 5, 2022, 8:52am UTC](https://community.gravityforms.com/t/default-notifications-possible/3992/6 "2022-01-05T08:52:30Z")

</div>


