Skip to content

Instantly share code, notes, and snippets.

@Rookian
Last active December 10, 2015 18:58
Show Gist options
  • Save Rookian/4478007 to your computer and use it in GitHub Desktop.
Save Rookian/4478007 to your computer and use it in GitHub Desktop.
<input type="hidden" name="list.Index" value="0" />
<input type="text" name="list[0].Name" value="Alex" />
<input type="text" name="list[0].Description" value="..." />
<input type="hidden" name="list.Index" value="1" />
<input type="text" name="list[1].Name" value="Chris" />
<input type="text" name="list[1].Description" value="..." />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment