Skip to content

Instantly share code, notes, and snippets.

@eserdinyo
Last active November 8, 2018 13:20
Show Gist options
  • Save eserdinyo/a84ed38ccb84a6c126b37489277fc06f to your computer and use it in GitHub Desktop.
Save eserdinyo/a84ed38ccb84a6c126b37489277fc06f to your computer and use it in GitHub Desktop.
edit form
<form method="post">
<input type="text" name="games[name]" value="{{game.name}}" >
<input type="number" name="games[price]" value="{{game.price}}">
<input type="text" name="games[image]" value="{{game.image}}">
<button type="submit">Kaydet</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment