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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.