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
How can i achieve this type of verification???
hergin
April 10, 2024, 3:05am
2
If I understand the question correctly, I once designed a similar system for another question. See the demo below:
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:
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):
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
3 Likes
Exactly what i wanted. Thank you so much
system
Closed
June 17, 2024, 12:33pm
5
This topic was automatically closed after 70 days. New replies are no longer allowed.