I’m using version 1.10.0 of the Mapping module and have a Map Browse page on my site.
If I try to execute a query using the advanced search form on that page, the form does not submit - nothing happens.
I think this is because the submit button has a type of ‘button’ rather than ‘submit’? If I amend the button type in the file Mapping/view/mapping/site/index line 25 from ‘button’ to ‘submit’ then the form works.