search for: street_address_1

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

Did you mean: street_address1
2008 Jul 06
1
GeoKit / Form Validation
...any ideas on how to do this? 2) In using the GeoKit plugin I am attempting to use the acts_as_mappable piece so when I create an address it adds the lat and lng to the DB. If I choose just 1 field and specify it this works fine and the table populates, but I want to concat all of the form values (Street_Address_1, City, State, Postal_Code, Country) and pass these in as the location. It appears GeoKit expects address to be a single field - which will not work for my application. I am not opposed to using another plugin, it just seems GeoKit is overall the easiest. Any help would be greatly apperciated, and...