You don't need to save the city and state since they are looked up from existing tables. But if you really want to, request.vars will contain state_name and city_name values that you are looking for.
On Sep 4, 5:21 pm, elfuego1 <[email protected]> wrote: > Hi, > > I've implemented on my page cascading dropdown widget > fromhttp://web2pyslices.com/main/slices/take_slice/86. It allows you to > select state, city, zipcode data using dropdowns. BUT it saves into > database value only from the last dropdown. I'd like to store in my db > values (id) from all three of them. > > Can anyone tell me how to achieve that? > > Best regards.

