Hidden field shown in email [RESOLVED]

Hello! I have a hidden field in a form and don’t want this field to be visible in email notifications. I use this hidden field to get the email of the user who sends the form via a save and continue.
Is there a solution to hide the hidden fields in emails?

Hi Kay. If you are using the {all_fields} merge tag in your notifications, you can use the :nohidden modifier, like this:

{all_fields:nohidden}

Ok, thanks, this helped.

1 Like