I have a list of class object called Notifications public class Notifications { public string Name { get; set; } } There is a function that just returns List of Notifications. I ...
How can I wrap every 3rd @td@ with a @tr@ using Kentico email template?I wrote the following code in jQuery, but do not have knowledge or idea how to write this loop logic in Kentico.var td = $("#m...
I'm trying to implement an email marketing email using a few widgets that gets triggers on submission of a form. Everything has been built and works locally but having issues with the CMS once uplo...