質問編集履歴

1

改善点

2019/03/19 16:18

投稿

avicii
avicii

スコア49

test CHANGED
File without changes
test CHANGED
@@ -50,17 +50,17 @@
50
50
 
51
51
  <input placeholder="Name" type="string" name="student_name" autofocus="true" required>
52
52
 
53
- <input placeholder="School" type="string" name="university" autofocus="true" >
53
+ <input placeholder="School" type="string" name="university" autofocus="true" required>
54
54
 
55
55
  <input placeholder="Year" type="string" name="year" autofocus="true" required>
56
56
 
57
- <input placeholder="Hometown" type="string" name="hometown" autofocus="true" >
57
+ <input placeholder="Hometown" type="string" name="hometown" autofocus="true" required>
58
58
 
59
- <input placeholder="ImageUrl" type="text" name="Image" autofocus="true" >
59
+ <input placeholder="ImageUrl" type="text" name="Image" autofocus="true" required>
60
60
 
61
- <input placeholder="Message" type="text" name="message" autofocus="true" >
61
+ <input placeholder="Message" type="text" name="message" autofocus="true" required>
62
62
 
63
- <input placeholder="Contact" type="text" name="contact" autofocus="true" >
63
+ <input placeholder="Contact" type="text" name="contact" autofocus="true" required>
64
64
 
65
65
  <input type="submit" value="SENT">
66
66