Skip to content

Commit

Permalink
[4-10] フォームの簡易表示部分のソース
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Nov 4, 2015
1 parent 7e1ad8c commit f3ec4c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/lists/ch04/04-10.txt
@@ -0,0 +1,14 @@
<form name="form" method="post" action="">
<div id="form">
<div>
<label for="form_name" class="required">Name</label>
<input type="text" id="form_name" name="form[name]" required="required" />
</div>
<div>
<label for="form_email" class="required">Email</label>
<input type="text" id="form_email" name="form[email]" required="required" />
</div>
<div>
<label for="form_tel" class="required">Tel</label>
<input type="text" id="form_tel" name="form[tel]" />
...

0 comments on commit f3ec4c3

Please sign in to comment.