I don’t need words to describe this issue. I am about to declare my brain death What is wrong here?
Fail:
Success:
I don’t need words to describe this issue. I am about to declare my brain death What is wrong here?
Fail:
Success:
Hi,
you don’t need to wrap the expression into quotes. Wrapping something in quotes makes it a string and it will be assigned to the label as is. If you want the result of expression instead, you should use it without the quotes:
$w("#verifail").label = wixUsers.currentUser.id;
Hope this helps.
Thank you Giedrius
i tried that earlier it didn’t work but now it’s working… Weird -.-
How come the quotes work on the other page then?
For now i have quotes on the update page and i don’t have quotes on profile page… both working.