I have a quick question regarding hidden fields and the {all_fields} tags:
I have set up a form with a couple of fields including a hidden field wich is dynamically populated. I want to use the {all_fields} tags for the user notification, but this includes the hidden field wich i dont want users to see. The thing about building my own notification is that my form includes quite a few fields with conditional logic ... my notification would include a lot of blank fields. The {all_fields} (wich only includes filled in fields) is the better option, except for the fact that it includes the hidden field.
The actual question: How can i exclude a hidden field from the user notification (and include it in the admin notification of course)?