Verification Input Auto Focus on Next Input

Hello everyone,

I’m building up a verification step on the registration process of my mobile app and I’d like to automatically set the focus on the next input whenever the previous one was filled. What’s the best way to do it?

I’ve tried using a workflow step “when input char1 value is changed → set focus on input char2” but it’s not working… The focus is going to the next input only when I touch outside the active input plus the mobile keyboard does not shows up, I need to manually touch on the next input for that happen.

Here’s a picture as reference just so you guys know what I’m talking about.

Screenshot 2023-10-12 at 6.31.59 AM

Thank you!

There is a simple plugin which I sometimes use which is generally very handy and solves this issue too.

This live text element publishes the value of input fields as soon as something is typed in them, without waiting for the input field to be unfocused.

Replace the ‘when input char1 value is changed’ with ‘when livetext char 1 is changed’ and this should fix your issue. :slight_smile:

Let me know if you have any problems!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.