Hide Consent Description on email notification

Hi,

Does anyone know a way to hide the consent box description on the notification email?

We use the {all_fields} tag, and the Consent description (which is about 3 pages long) displays on the email and makes it hard to read the fields underneath the consent box or print it out.
We’d love it if we can just include the tick box line (e.g I consent to the above) but hide the long description.

Thank you :slight_smile:

Hi Callumg,

You can use the All Fields Template plugin by Gravity Wiz to exclude the Consent field when using the {all_fields} merge tag. Once you have the plugin activated on your website, something like this should do the trick: {all_fields:exclude[10]}, where 10 will be the ID of the Consent field.
You can check out the documentation for the plugin/snippet and additional details on how it works and see if it works for you.

Best,

1 Like