before my user is signed up, i have a input that ask’s for their user postal code.
I would like bubble not to proceed unless the resulting postal code is in the api database.
but for some reason it just doesn’t seem to work.(a replica of what I’m attempting to do)
I would put a condition on the button that is something like
when Input Enter postal code value is a post code from the API then this button is clickable, and also have the button set to not clickable normally.
If the input is not empty and the inputs value is still not a post code from the API, the show a little bit of text under it saying something like “post code not valid, please check number”