Closed tomasbjerre closed 8 years ago
<input name="animals[][name]" value="d">
<input name="animals[][breed]" value="e">
This will create the object you're looking for
<input type="headers[0][name]" value="n1">
<input type="headers[0][value]" value="v1">
<input type="headers[1][name]" value="n2">
<input type="headers[1][value]" value="v2">
Is it possible to convert this kind of fields (or something similar):
To:
?