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 Everybody,
How can i get the selected items of the multiple countryPicker list in XSLT?
Just tried:
<xsl:variable name="country" select="$currentPage/country" /><xsl:variable name="countries" select="umbraco.library:Split($country,',')" /> <ul> <xsl:for-each select="$countries//value"> <li><xsl:value-of select="." /></li> </xsl:for-each> </ul>
I always get ListBox as value but this is the name of the list and not the value
it would be great if some of the developer of uComponents can help
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get values of countryPicker list
Hi Everybody,
How can i get the selected items of the multiple countryPicker list in XSLT?
Just tried:
I always get ListBox as value but this is the name of the list and not the value
it would be great if some of the developer of uComponents can help
Thanks
is working on a reply...