I have a multiple drop down list and I would like to publish the selection as well as variations to a page. My drop down has Early Childhood, Early Learning, Heath and disability. So far I have made it publish if a person selects Early Childhood only, but I would like it to publish if a person selects Early childood and something else. I tried using the comtains property but it returned nothing. Any help or a pointer in the right direction would help. My code is below:
publish to a page according to dropdown selection
Hi There
I have a multiple drop down list and I would like to publish the selection as well as variations to a page. My drop down has Early Childhood, Early Learning, Heath and disability. So far I have made it publish if a person selects Early Childhood only, but I would like it to publish if a person selects Early childood and something else. I tried using the comtains property but it returned nothing. Any help or a pointer in the right direction would help. My code is below:
Thanks
Natasha
Hi natasha
Lets try with this <xsl:iftest="contains(./theme, umbraco.library:GetPreValueAsString(377))"> instead of <xsl:iftest="contains(./theme, '377')">
I think it should work because i have used this in lot of programs.
Thanks,
Lasya
Lasya I could kiss you - you're a super star. Thanks so much it worked.
All the best
Natasha
is working on a reply...