Question:
I am not able to fetch tags data by any mean. I need data from these fields: classes(tags), subjects(tags) to fetch through item ‘id’ -
Into these input (selectionTags). Is there any code. Please help.
Question:
I am not able to fetch tags data by any mean. I need data from these fields: classes(tags), subjects(tags) to fetch through item ‘id’ -
When retrieving single or multiple CMS Items (wixData.get() or wixData.query()) you should be able to get the Item Tags through the field keys for “Classes” or “Subjects” in your CMS Collection in the returned item object(s).
You can then use this data to programmatically set tags in your SelectionTag element using .options