Hi Im using page show to set a value from storage to a label . I want to add a word in front of the value returned so I added another event for the label using the value change and javascript in the design tab ---
return 'word' + value;
that didnt work
so what is a the correct way to do this?