Hi All,
I’ve been using the ‘Send Email To’ action in combination with the placeholder {{ticket.visible_service_item_fields}} to send the results of submitted Service Requests out to people. This works fine, but the formatting is awful. I realise that you can create tables with HTML and use placeholders to fill the cells, but I would really love to use CSS to do alternate line highlighting.
e.g.
<style> tr:nth-child(even) {background-color: #f2f2f2;} </style>
Does anyone else have this issue?


