Where consentCriteriaOperator is an Umbraco.Dropdown property
How do I access the selected value in the template?
The code above returns the Id. I have tried consentCriteriaOperator[0] and also consentCriteriaOperator[0]["name"] and consentCriteriaOperator[0]["value"]
Access Dropdown selected value in Nested Content template
I have a template against my
Umbraco.NestedContent
property with the following syntaxWhere
consentCriteriaOperator
is anUmbraco.Dropdown
propertyHow do I access the selected value in the template?
The code above returns the Id. I have tried
consentCriteriaOperator[0]
and alsoconsentCriteriaOperator[0]["name"]
andconsentCriteriaOperator[0]["value"]
Many thanks
Mike
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.