Hi,
I have a notification and autoresponder email being sent for my CMS Desk > Forms form. In the custom layout I am displaying for form info which is all OK, except the field value for the uploaded file on my form is displaying as a hyperlink, which I don't want.
If I use {%FileUploadFieldname%} I get the GUID.pdf/filename.pdf displayed, not as a hyperlink, so I'm half-way there, but I don't want the GUID.pdf/ part displayed.
According to
http://devnet.kentico.com/docs/devguide/available_macro_methods.htm#string_methods there is a split string method, which I can use the '/' as a delimiter - but I can't figure out how to get it working in the custom layout.
Can someone please tell me the correct way to use the String[] Split (String text, String delimiters) method, within the custom layout?
Or, alternatively, is there a way to stop the $$value:FileUploadFieldname$$ displaying as a hyperlink?
Thanks in advance for your help.
Matt