I think i'm missing a trick here, I'm trying to display all approved records. However in the my xslt below all "state" not just approved are being displayed. ie "state = Submitted is being displayed.
Of course i could wrap an if statement around this. But this has got me thinking there is something wrong with my installation.
GetApprovedRecordsFromPage issue
I think i'm missing a trick here, I'm trying to display all approved records. However in the my xslt below all "state" not just approved are being displayed. ie "state = Submitted is being displayed.
Of course i could wrap an if statement around this. But this has got me thinking there is something wrong with my installation.
Version: 1.0.7
<xsl:for-each select="umbraco.contour:GetApprovedRecordsFromPage($currentPage/@id)//uformrecord"> <xsl:value-of select="./state"/><br /> </xsl:for-each>
CLOSED ( be nice to have link to do this )
My Contour installation is a little screwed. More to do with some of my own customisations. So i'll resolve these issues first.
is working on a reply...