I have a form where the user can enter an address. Based on the user
entering the zip code, I would like to use ajax to pull the city, state
and county from the application database. observe_field doesn’t look
quite right as it updates a dom element, not the fields themselves.
I would appreciate any advice on rolling this functinality myself.