eric.savage-clyral
-
12/19/2012 3:55:29 AM
Use custom transformation in BizForm
I am trying to use a custom transformation in the default value field of a bizform. The transformation works elsewhere in the site but not like the following:
{% MyTransformation %}
Is there some way to enable that behaviour, or do I need to write that in a different custom format? MyTransformation sits in the CMSTransformation partial class as either a property or a method (neither work).
|