Hi.. I'm trying out a GET form for the 1st time, and I want to pass a load of fields as an array. This is for a filter, which will have things like "start from page", "display per page", "category type" etc etc.
I've named all the fields the same, ie
<input name="filter[]" value="start:1">...