Hello I have two fields; zip and city, i validate zip with remote and it checks against a list if the zip is valid, but i want it too: check if the zip is valid return true if it is valid AND return the city of the zip and paste it in the city-input... How to?
of couse i have a databas/array/list with all zip and city's