How to convert an Upper case string to lower case string in DWT, Tridion?
I have a field in schema called ' title'. I got the value of title in DWT using "@@RenderComponentField(FieldPath+".title", 0)@@". I want to convert the returned value in to small letters.
Can you try the following expression? (I can't test it right now) It includes JScript, which should work.
@@"${RenderComponentField(FieldPath + ".title", 0)}".toLowerCase()@@