質問編集履歴

4

コード修正

2020/03/02 09:05

投稿

yuuusuke
yuuusuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -112,7 +112,7 @@
112
112
 
113
113
  ```php
114
114
 
115
- <form name="myform2 "action="/shoemaker-1st/adress" method="post" class="formday">
115
+ <form name="myform2 "action="/adress" method="post" class="formday">
116
116
 
117
117
 
118
118
 
@@ -162,7 +162,7 @@
162
162
 
163
163
  ```php
164
164
 
165
- <form name="myform3 "action="/shoemaker-1st/result" method="post" class="formadress" enctype="multipart/form-date">
165
+ <form name="myform3 "action="/result" method="post" class="formadress" enctype="multipart/form-date">
166
166
 
167
167
 
168
168
 

3

書式を変更しました

2020/03/02 09:05

投稿

yuuusuke
yuuusuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -42,11 +42,9 @@
42
42
 
43
43
  ### 該当のソースコード
44
44
 
45
-
46
-
47
- ---functions.php---
45
+ ### ---functions.php---
46
+
48
-
47
+ ```php
49
-
50
48
 
51
49
  function form_post() {
52
50
 
@@ -62,6 +60,10 @@
62
60
 
63
61
  add_shortcode('form', 'form_post');
64
62
 
63
+ ```
64
+
65
+
66
+
65
67
 
66
68
 
67
69
  --------------------------------------------------------------------------------------------------
@@ -72,6 +74,8 @@
72
74
 
73
75
  ----
74
76
 
77
+ ```php
78
+
75
79
  <form name="myform1" action="/day" method="post" id="formplace">
76
80
 
77
81
  <div class="formplace">
@@ -94,6 +98,8 @@
94
98
 
95
99
  </form>
96
100
 
101
+ ```
102
+
97
103
 
98
104
 
99
105
  ----------------------------------------------------------------------------------------------------
@@ -104,6 +110,8 @@
104
110
 
105
111
  ----
106
112
 
113
+ ```php
114
+
107
115
  <form name="myform2 "action="/shoemaker-1st/adress" method="post" class="formday">
108
116
 
109
117
 
@@ -140,6 +148,10 @@
140
148
 
141
149
  </form>
142
150
 
151
+ ```
152
+
153
+
154
+
143
155
 
144
156
 
145
157
  ---------------------------------------------------------------------------------------------------------------------
@@ -148,6 +160,8 @@
148
160
 
149
161
  ----
150
162
 
163
+ ```php
164
+
151
165
  <form name="myform3 "action="/shoemaker-1st/result" method="post" class="formadress" enctype="multipart/form-date">
152
166
 
153
167
 
@@ -194,6 +208,10 @@
194
208
 
195
209
  </form>
196
210
 
211
+ ```
212
+
213
+
214
+
197
215
 
198
216
 
199
217
  ---------------------------------------------------------------------------------------------------------------------------
@@ -202,6 +220,8 @@
202
220
 
203
221
  ----
204
222
 
223
+ ```php
224
+
205
225
  <?php echo do_shortcode('[form]'); ?>
206
226
 
207
227
  <script>
@@ -248,9 +268,15 @@
248
268
 
249
269
  </script>
250
270
 
251
- ・・・・・・・・・・・・・・・・
271
+ ```
252
-
272
+
273
+
274
+
275
+
276
+
253
- コンタクトフォーム7
277
+ ### コンタクトフォーム7
278
+
279
+ ```html
254
280
 
255
281
  <label>ご計測場所</label>
256
282
 
@@ -288,7 +314,9 @@
288
314
 
289
315
  [submit "送信"]
290
316
 
317
+
318
+
291
- ・・・・・・・・・・・・・・・
319
+ ```
292
320
 
293
321
 
294
322
 

2

実現したいことを修正

2020/03/02 08:57

投稿

yuuusuke
yuuusuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  1 お客入力ページ input type="file" 画像をアップ → 確認画面に進む。
12
12
 
13
- 2 確認ページ コンタクトフォームの[text readonly]にファイル名もしくわアップした画像を記載 → 予約完了
13
+ 2 確認ページ コンタクトフォームの[file readonly]にファイル名もしくわアップした画像を記載 → 予約完了
14
14
 
15
15
 
16
16
 

1

タグの追加

2020/02/27 01:51

投稿

yuuusuke
yuuusuke

スコア6

test CHANGED
File without changes
test CHANGED
File without changes