Geographic address input validation not working properly

I have an address input field using google places and a submit button. I don’t want the user to progress to the next step if the input is empty or when the address is not one of the google’s autocomplete options (e.g. I don’t want users to go to next step if they only enter 123. ). The first is easy, but the second doesn’t seem to work well. I used the "when input address isn’t valid it is not clickable in the conditional of the submit button but every time I enter a word or random numbers the button will submit it.
How Can I set up a proper validity rule here? Thank you.Screen Shot 2020-08-13 at 1.02.16 PM|291x500 )

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