質問編集履歴
1
フォームの箇所のみを追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,4 +31,18 @@
|
|
31
31
|
|
32
32
|
### 補足情報(FW/ツールのバージョンなど)
|
33
33
|
|
34
|
-
wpcf7-form-control-wrap には position: relative; が記述されています
|
34
|
+
wpcf7-form-control-wrap には position: relative; が記述されています
|
35
|
+
|
36
|
+
|
37
|
+
以下にフォームの箇所のみを追記しましたがjsなどは不要でしょうか?
|
38
|
+
|
39
|
+
```
|
40
|
+
|
41
|
+
<p><label>好きなお寿司のネタ<br />
|
42
|
+
<span class="wpcf7-form-control-wrap osushi"><span class="wpcf7-form-control wpcf7-checkbox"><span class="wpcf7-list-item first"><label><input type="checkbox" name="osushi[]" value="うに" /><span class="wpcf7-list-item-label">うに</span></label></span>
|
43
|
+
<span class="wpcf7-list-item"><label><input type="checkbox" name="osushi[]" value="いくら" /><span class="wpcf7-list-item-label">いくら</span></label></span>
|
44
|
+
<span class="wpcf7-list-item last has-free-text"><label><input type="checkbox" name="osushi[]" value="その他" /><span class="wpcf7-list-item-label">その他</span></label>
|
45
|
+
<input type="text" name="_wpcf7_checkbox_free_text_osushi" class="wpcf7-free-text" /></span></span></span></label>
|
46
|
+
</p>
|
47
|
+
|
48
|
+
```
|