How to make the cursor tilting in a textbox when the screen initializes?

Hello,

I would like to make the cursor tilting in a textbox when the screen initializes, so the user knows that he must input his data in the textbox before any other operation.

The only way I have seen in bloks is the next, but it does not work

Sin tĂ­tulo

Any help? Thanks in advance

Hi @Fco_Jose_Plaza ,

You can try the above blocks to request focus of a user and can check if textbox is empty or not. If it’s empty throw an error and ask user to fill the box to continue. I hope you got me.

Happy Koding!

Thanks @ceo.zandora , it works like a charm. I had not seen that bolock

1 Like

My pleasure @Fco_Jose_Plaza , Have a great time koding!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.