Any help on how I can achieve this! So sorry for not making myself clear earlier. Solution to my problem has been provided by Hergin. I so much appreciate you for your concern

Please pick a subcategory to help organize the information. Thanks!

Also, the more context you provide with your questions (screenshots, link to an open app, etc.), the more likely you’ll get good help quickly :slight_smile:


How can i achieve this type of verification???

If I understand the question correctly, I once designed a similar system for another question. See the demo below:
chrome_AcPhcnmY77

Of course having fixed 4 digit makes this possible.

Also, I had to use the Input Watcher plugin because the built-in Input’s value is not updated instantly.

Simply, each input has a WatchInput attached to it:


Whenever, a WatchInput’s value is updated, you focus on the next input:
image

And finally, in the last one, you do the check:

Here, specifically see the Input 4. I had to get the WAtchInput 4’s value because otherwise, it doesn’t get updated. (You can technically get the WatchInput 1, 2, 3, 4’s values in all instead of actual Inputs but the last one should definitely be WatchInput):
image

Here is the full editor if you want to check the details: Test for Forum 12 | Bubble Editor

1 Like

This response deserves a forum badge based on the original post :clap: :clap:

3 Likes

Exactly what i wanted. Thank you so much

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