I have seen threads on how to auto-populate city, state, county, and country via Google API but I am wondering how to incorporate a "select city" form for when there are multiple "postcode_localities" returned. i.e. zip 33708 returns;
"postcode_localities" : [
"Madeira Beach",
"N REDNGTN BCH",
"North Redington Beach",
"Redington Beach",
"Redington Shores",
"Saint Petersburg"
]
Which then those six entities will go into a drop-down selection form to pick from. The state, county, and county would still be returned as is once the city is picked.
I have created a "Select City" stateless form in creator that simply has a drop-down form field to place the returned cities to select from.
Is this request possible?