I'm trying to have a little more control and power in the Notifcation Message. The {all_fields} message doesn't work for me as I need it in plain text (or at least formatted differently) and only need some of the fields. As a result what I'm having to do is this:
Product AB12 Qty: {Product AB12:101 }
Product CD34 Qty: {Product CD34:102 }
The problem of course is that this means the text on the left shows up regardless of field being empty. What I'd like to be able to do is insert only:
{Product AB12:101}
This will display both the field label (or even better the admin label so that the label text can be customized for the message) and the field value, if the field has a value, otherwise it would display neither the label nor the value.
Is this possible to do this now, or is this coming in future "Notification Email" upgrades / add-ons I've read about?
Thanks!
Trevor