Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Umbraco Contour version 3.0.17
umbraco v 4.11.10
I need to get the value from the created field in contour, how do i get this.
I have tryed this, but in this way i can only get the created fields from the form
<xsl:value-of select="$records//fields/child::* [caption = 'Created']//value"/>
Rene
If anyone could use this, i found the solution. Important created is with small "c"
<xsl:value-of select="$records/created"/>
René
Comment author was deleted
Yeah :) what also helps is to look at the example output http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-XSLT/
there you see that the default values like created aren't part fields
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XSLT Transformed email - field created
Hi
Umbraco Contour version 3.0.17
umbraco v 4.11.10
I need to get the value from the created field in contour, how do i get this.
I have tryed this, but in this way i can only get the created fields from the form
<xsl:value-of select="$records//fields/child::* [caption = 'Created']//value"/>
Rene
Hi
If anyone could use this, i found the solution. Important created is with small "c"
René
Comment author was deleted
Yeah :) what also helps is to look at the example output http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-XSLT/
there you see that the default values like created aren't part fields
is working on a reply...