How can creat the required typing textbox

Dear Thunkers,

I have a screen with 3 textbox includes: Name, birthday, Living address. I want user to type all textbox to
go to next screen. Please help.

Thanks all of you!

2 Likes

In your “next screen” button first check that none of the fields are empty before you take the user to the next screen.

1 Like

In you next button block you have to specify by IF control text box1 not empty similar kind of …

1 Like