Priyanka Bembalkar
Posts: 0
Joined: Fri Sep 06, 2013 4:27 am

How can I assign a text box value to a label on button click event?

I am trying to assign the value entered in the text box to a label on button click event.
In this i am running the javascript on button click.

var in= Appery('input');

I got the value of text box in the variable 'in'.

but can not assign this value to the label or another textbox.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I assign a text box value to a label on button click event?

Hello! You can save value to local storage (Set Local Storage action) and put it into Label (set Property action) on button Click event.

Return to “Issues”