Form element name – array type is not working
Why the ?pgggo-taxon-select%5B%5D=14&pgggo-taxon-select%5B%5D=1 in the URL There are three common reasons why would one see that upon submitting the form: The form’s method is post (which corresponds to the HTTP POST method) and either: a) The current page indeed has that string in the URL. E.g. You’re on example.com/my-page/?pgggo-taxon-select%5B%5D=14&pgggo-taxon-select%5B%5D=1 b) The form’s action has that … Read more