I'm currently using the {all_fields} tag within an HTML template to populate both the Admin & User notifications.
The one issue I have, is our forms have various "admin only" fields. The {all_fields} tag outputs all fields, including 'admin only' fields in both the Admin & User notification emails.
Is there a similar tag that will output all USER fields only? Such as {user_fields} that can be placed in the User Notification Email?
Thanks for your help