search for: geolocation_fields

Displaying 1 result from an estimated 1 matches for "geolocation_fields".

Did you mean: geo_location_fields
2012 Oct 09
0
Form Design issue - How to handle a parent association input..
...(:order => ''label''), :prompt => "Choose an Place", :label => false .. = f.simple_fields_for :place do |pf| #geolocation.form-inputs = pf.simple_fields_for :geolocation do |g| = render "backoffice/places/ geolocation_fields", :f => g should I manage that with a jQuery script ? - when user select a place , it will clear the nested place form - when user enter data in the nested place form, it will reinitiate the place select how can I manage the duplicated attribute param ? ( should the js script add/remove t...