Umbraco forms not setting date/time and giving forms and ID
Not sure if anyone has come across this but for some reason when I am trying to output a completed Umbraco form entry as transformed XSLT
This is my code sample;
Your IP address : <xsl:value-of select="$records/ip"/><br/>
Record ID : <xsl:value-of select="$records/id"/><br/>
Updated ID : <xsl:value-of select="$records/updated"/><br/>
state : <xsl:value-of select="$records/state"/><br/>
Date created : <xsl:value-of select="umbraco.library:FormatDateTime($records/created, 'r')"/>
but for some reason it outputs the following in my email;
Your IP address : 172.##.#.### (correct ip)
Record ID : 0
Updated ID : : 0001-01-01T00:00:00
State : Submitted
Date created : Mon, 01 Jan 0001 00:00:00 GMT
Umbraco forms not setting date/time and giving forms and ID
Not sure if anyone has come across this but for some reason when I am trying to output a completed Umbraco form entry as transformed XSLT
This is my code sample;
but for some reason it outputs the following in my email;
Your IP address : 172.##.#.### (correct ip)
Record ID : 0
Updated ID : : 0001-01-01T00:00:00
State : Submitted
Date created : Mon, 01 Jan 0001 00:00:00 GMT
Any suggestions on what may be going wrong?
cheers Hywel
If it helps here is my full xslt file;
`
Comment author was deleted
Hmm might be a bug, will check and let you know
is working on a reply...