I have a dynamic page with text placeholders linked to fields in a Data Collection.
I want to query the text with Wix Code to get the value of the data, the ID being the #textxxx of the text.
Does anyone know the $w to do this?
Thanks,
David
I have a dynamic page with text placeholders linked to fields in a Data Collection.
I want to query the text with Wix Code to get the value of the data, the ID being the #textxxx of the text.
Does anyone know the $w to do this?
Thanks,
David
Have you tried this:
let value = $w("#textElement").text
For farther information you can go to here: