This codes works such that it increases the like counter field in the Database. I want to display the number of likes on screen. However I am still stuck on how to get the number to stay on screen.
Doing:
$w(’ #text71 ').text = answersitem.likefield.toString();
Displays the number of likes on screen for 1 second, then the number disappears. How do I get this number to stay?