How would I go about changing the overall layout of the {all_fields} notification?
I like the overall output but with 100 fields and labels the notifications are extremely long. I need something a bit more tidy.
Thank you,
How would I go about changing the overall layout of the {all_fields} notification?
I like the overall output but with 100 fields and labels the notifications are extremely long. I need something a bit more tidy.
Thank you,
You can't change the layout of the {all_fields} notification as that is a predefined layout.
You can, however, build your own layout for the notifications. HTML is allowed in the notification message so you can go wild and make your own markup/CSS - or simply emulate the table layout from the all fields version. You would just need to include the token for each field you actually want to include in the notification instead of using the {all_fields} token.