Hi all,
Very new to Wix. I am trying to get information from a collection to be the placeholder in a text box. Wat I have is:
import wixData from ‘wix-data’ ;
Then after $w . onReady ( function () {
I have wixData . get ( “item” , $w ( ‘#textBox1’ ). value )
I know it’s not right, just need to be pointed in the right direction to populate the text box with a column from my collection. Any help is appreciated while I find my feet
Cheers
Kathryn