I have a site built with several custom post types (built with WP Types – http://wp-types.com) and I have the geocoding fields in Mappress set to:
Address Line 1 = wpcf-address
Address Line 2 = wpcf-address_line_2
Address Line 3 = wpcf-city
Address Line 4 = wpcf-state
When all the fields are populated everything works great! However, if I only have “wpcf-city” and “wpcf-state” the map returns don’t match the input.
For example, City=Newburgh, State=Indiana returns “15 Old Newburgh Tpk Union Hill, Susquehanna County, Pennsylvania, 18823”
I really need the City and State to be separate custom fields for other functions of the site, is there something I can do to fix this?