I solved my problem in this way:
let toInsert = {
“textes” : $w( “#Barre” ).value,
}
wixData.insert( “collection” , toInsert)
(Thanks Ludocodeurwix)
I solved my problem in this way:
let toInsert = {
“textes” : $w( “#Barre” ).value,
}
wixData.insert( “collection” , toInsert)
(Thanks Ludocodeurwix)