Can I set up two different admin notification emails?

Hello,
I need to send all fields to the main admin and then only certain fields to a group of people who are reviewing the form. Is this possible?

Yes, you can add other notifications. Instead of the {all_fields} merge tag, add individual field merge tags to your new notification and specify the email addresses of the reviewers.

Here’s a doco note for it: Creating Customized Form Notification Emails - Gravity Forms

Thank you,
I have used the individual field merge tags but the form questions are not showing in the email I receive. I am only receiving the answers.
This is what the email looks like when I use {all_fields} and what I want my new notification email to look like.

Hi Dan. How about the free Gravity Wiz All Fields template plugin:

That will allow you to exclude some fields completely (email, address and phone.) It would not allow you to redact the end of the phone number or email address as you’re showing in the screenshot.

If the All Fields Template plugin will work for part of this, you could use a PHP filter to change the information for those other fields before using them in the notification. Please let us know.

When you DIY with selected field, you need to build all of the HTML including the field labels. You can get the field labels in merge tags with the modifier :label:

Or as Chris suggests, use a template plugin.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.