Extending Schema with Field that executes Javascript Tags
Hi All,
I'm looking to extend the delivery schema.
I've been able to do that fine, but I'd like to be able to add javascript Tags in the input form of the new field and make the tags execute.
E.g. like the subject field supports <%= recipient.firstName %> and replaces the tag with the recipient's first name value.
I've created a new string field on the delivery schema, but when I add a javascript tag like the above, it doesn't execute - it just shows the tag as a string.
Any ideas how to make the js tags execute?
Thanks
David