Is there tutorials on how to customize an email notification form?
Is there tutorials on how to customize an email notification form?
Please let us know what you would like to do and we will help you with that. Let us know what sort of customizations you would like to make.
You will find our existing documentation regarding notifications here: http://www.gravityhelp.com/documentation/page/Notifications
I'd like to change the order of the way the fields are presented on the notification, plus maybe spice up the format by adding some color or something similar.
If you would like to do that, you will have to craft your own email notification. The {all_fields} helper will output a table of all the entry information, but the format of that is fixed. If you want more control, don't use the {all_fields} helper and then craft an HTML notification, using your own style and each individual merge tag in the order you like. You can Disable Auto-formatting as well if you use well formed HTML.
Kia Ora, I don't have a problem with the output table when using the {all_fields} merge tag, but is there a way to change the Background colour of the Field titles with CSS??