How to add textbox text to Lable 1 Lable 2

hello Friends

i want add one text box value in Lable 1 and another text value in Lable 2 and so on from Textbox

You have to give more info then that. What are you trying to achieve precisely.

Use this block to solve your problem.

Hope it will help you.

Please mark this answer as solution if it will help you.

Thank you :slight_smile:

Use tiny db.

When you enter button for first time then set label1 text to textbox text. Store value to tiny db.

If tiny db value is present then.
When button is entered for 2nd time then set label2 text to textbox text

And so on…

with only one textbox two Lable 2values

Blocks Plzz

Do not pressure someone to give you blocks. He has already provided you detailed steps. Why are people like this? Why are you asking for a finished product with 0 effort at all?

3 Likes

You can also achieve this by using another simple method.

For your 4 labels take 4 text boxes.

Set test box1 visible and other non visible.

When button clicked for first time set label1 text to textbox 1 text.

And Set textbox1 to non visible and textbox2 to visible.

When button clicked for 2nd time then set label2 text to textbox 2 text.

And so on…