Place fields (`city`, `country`, `location`), and `parameter` fields support multple values in the form of: ``` city[]=Lisboa&city[]=Porto ``` (taken from the API docs) The browser forms don't do this, so do it.