Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I got a question to add a counter in the subject of the e-mail send back to the site owners. They just want to be sure that they don't miss a single e-mail.
What would be the right way (or the most easy way) to implement this?
Kind regards
Damiaan
Comment author was deleted
If you use the xslt transformed email workflow it should be easy to add a record count to the contents of the mail
If you want it in the subject you can either update the workflow (start from the existing code and then append the record count to the subject)
Or you can add a hidden field to the form and add some code on your template that populates this hidden field with the record count
For those interessted in my final choise: I've created a new workflow because I needed to add also a "reply to" address.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
add counter to subject when sending e-mail
Hi
I got a question to add a counter in the subject of the e-mail send back to the site owners. They just want to be sure that they don't miss a single e-mail.
What would be the right way (or the most easy way) to implement this?
Kind regards
Damiaan
Comment author was deleted
If you use the xslt transformed email workflow it should be easy to add a record count to the contents of the mail
If you want it in the subject you can either update the workflow (start from the existing code and then append the record count to the subject)
Or you can add a hidden field to the form and add some code on your template that populates this hidden field with the record count
For those interessted in my final choise: I've created a new workflow because I needed to add also a "reply to" address.
is working on a reply...