Hi Sergey,
may I strongly suggest a new geo location field?
After testing my dev website with a number of test users I found out that the input of an address is too much work, too complicated and too confusing for most test users. There are too many fields to fill in and including a map only increases the amount of puzzle.:(
Current actions:
Select Country
Fill in State
Fill in City
Fill in Address
Click on button: Marker from address
Where in actions 2 to 4 typing errors may occur
Preferable actions:
Start typing address
Choose from auto suggest
Where in action 1 any typo will be corrected with auto suggest
My suggestion is to use just one location field according the Google Maps JavaScript API v3 Places Autocomplete.
The challenge would be to explode the resulting string in order to auto save Country, State, City and Address as separate fields.
The search field in the Advanced Search would be an auto complete field, where only existing values are suggested of all the full Address strings that are stored in the database.
I have already managed to apply the Google auto suggest to the Address field, but the problem is that if I use only the Address field for a location, no markers are displayed in the Google Map view:(
It's also currently impossible to search address fields only.
I think simplicity is the key to make a web application successful and accessible. Especially when people have to fill in forms.
Hope you agree...
Best regards,
Jeff
Hi Sergey,
may I strongly suggest a new geo location field?
After testing my dev website with a number of test users I found out that the input of an address is too much work, too complicated and too confusing for most test users. There are too many fields to fill in and including a map only increases the amount of puzzle.:(
Current actions:
Select Country
Fill in State
Fill in City
Fill in Address
Click on button: Marker from address
Where in actions 2 to 4 typing errors may occur
Preferable actions:
Start typing address
Choose from auto suggest
Where in action 1 any typo will be corrected with auto suggest
My suggestion is to use just one location field according the Google Maps JavaScript API v3 Places Autocomplete.
The challenge would be to explode the resulting string in order to auto save Country, State, City and Address as separate fields.
The search field in the Advanced Search would be an auto complete field, where only existing values are suggested of all the full Address strings that are stored in the database.
I have already managed to apply the Google auto suggest to the Address field, but the problem is that if I use only the Address field for a location, no markers are displayed in the Google Map view:(
It's also currently impossible to search address fields only.
I think simplicity is the key to make a web application successful and accessible. Especially when people have to fill in forms.
Hope you agree...
Best regards,
Jeff