質問編集履歴
1
PHPのコードを消去しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -75,14 +75,14 @@
|
|
75
75
|
電話番号:※
|
76
76
|
</p>
|
77
77
|
|
78
|
-
<input type="text" class="tel" name="tel" id="tel"
|
78
|
+
<input type="text" class="tel" name="tel" id="tel">
|
79
79
|
|
80
80
|
|
81
81
|
<p class="px-num">
|
82
82
|
メールアドレス:※
|
83
83
|
</p>
|
84
84
|
|
85
|
-
<input type="text" class="email" name="email" id="email"
|
85
|
+
<input type="text" class="email" name="email" id="email">
|
86
86
|
|
87
87
|
<p class="px-num">
|
88
88
|
支払方法:※
|
@@ -92,8 +92,8 @@
|
|
92
92
|
<select name="pay" class="pay" id="pay">
|
93
93
|
|
94
94
|
<option value="">支払方法</option>
|
95
|
-
<option value="クレジットカード"<
|
95
|
+
<option value="クレジットカード"</option>
|
96
|
-
<option value="銀行振込"<
|
96
|
+
<option value="銀行振込"</option>
|
97
97
|
|
98
98
|
</select>
|
99
99
|
|