Last active
November 8, 2018 13:20
-
-
Save eserdinyo/a84ed38ccb84a6c126b37489277fc06f to your computer and use it in GitHub Desktop.
edit form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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