質問編集履歴

1

書式の改善

2019/05/28 08:59

投稿

buk
buk

スコア53

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
  ```ここに言語を入力
16
16
 
17
+ <form role="form" method="post" action="conf.php" data-toggle="validator">
18
+
17
19
  <input type="radio" name="sample" id="radio01" onclick="entryChange1();" value="エー"/><label for="radio01">エー</label>
18
20
 
19
21
  <input type="radio" name="sample" id="radio02" onclick="entryChange1();" value="ビー" /><label for="radio02">ビー</label>
@@ -29,6 +31,10 @@
29
31
  <option value="20:00~21:00" id="none-radio02">20:00~21:00</option>
30
32
 
31
33
  </select>
34
+
35
+ <button type="submit" class="submit-btn"><span>入力確認画面へ</span></button>
36
+
37
+ </form>
32
38
 
33
39
  ```
34
40