How do i take details stored in text boxes from one screen to another?

Hey,
I have a five text boxes. And these text boxes have data entered by user. How can i take all these data to another textbox in next screen?

Pass them as a list with the OPEN ANOTHER SCREEN WITH VALUE or store them in TinyDB and get the values in the next screen.

1 Like

Thank you.
i have already stored the name of the user as they enter it in the first screen under start value.
Can i store more than one items in start value?

image
and on the other screen
image

For your application:

image

2 Likes

you might want to read tip 1…


Taifun

1 Like

Like I said before, store all the values you need to pass in a list.

2 Likes