The ability to set and send form parameters with the same name is available with URLVariables though it’s not quite documented very well (at all?). Below are 4 examples of setting 2 values with same parameter name. The first example results in 1 parameter. The rest result in 2 parameters as expected. // results [...]
Read full blog post: Setting Parameters With The Same Name Using URLVariables