I'd like to ask if anybody has done a condition >> equal to >> editbox value (not a specific value) >> action: show? I'm trying to show a hidden button once the value in editbox1 is same as the value in editbox2. Editbox2 generate random numbers and the user has to input the same value to editbox1 to action: show the button.
Why am I doing this? I am trying to make a OTP verification without doing codes because I do not know how. So I came up with this idea. User will input their mobile number on editbox and my API will send an SMS containing the values on editbox2(hidden). A user has to input the values in editbox1 (same value with editbox2) to show the hidden continue button.
Any help will be so much appreciated.
