ご覧いただき、ありがとうございます!
Googleフォームのカスタマイズで教えてください。
【起こっている事】
Googleフォームをカスタマイズした際、回答をスプレッドシートに表示させています。
いくつか質問の項目を作成しましたが、ラジオボタンの回答のみ反映されません。
【試した事】
- Googleフォームの作成
- オリジナルフォームの作成
- 作成したフォームのソースコードからname属性値を入れる
- テスト送信
- ラジオボタン以外の回答をスプレッドシートで確認
【HTML】
<form action="https://docs.google.com/forms/u/0/d/e/○○○○/formResponse" method="POST" id="mG61Hd" target="hidden_iframe" onsubmit="submitted=true"> <div class="contact-container"> <p class="shield">お名前</p> <input type="text" name="entry.○○○○" required="required" placeholder="お名前を入力" /><br /> <p class="shield">フリガナ</p> <input type="text" name="entry.○○○○" required="required" placeholder="フリガナを入力" /><br /> <p>郵便番号</p> <input type="text" name="entry.○○○○" placeholder="郵便番号を入力" /><br /> <p class="shield">住所</p> <input type="text" name="entry.○○○○" placeholder="住所を入力" /><br /> <p class="shield">電話番号</p> <input type="text" name="entry.○○○○" placeholder="電話番号を入力" /><br /> <p class="shield">メールアドレス</p> <input type="email" name="entry.○○○○" required="required" placeholder="PCで受信可能なメールアドレスを入力" /><br /> <p class="shield">お申込みプラン</p> <div class="checkbox-container"> <div> <input type="radio" name="entry.○○○○_sentinel" id="ck01" value="ライトプラン"> <label for="ck01">ライトプラン</label> </div> <div> <input type="radio" name="entry.○○○○_sentinel" id="ck02" value="スタンダードプラン" checked> <label for="ck02">スタンダードプラン</label> </div> </div> <p class="shield">オプションの追加</p> <div class="checkbox-container"> <div> <input type="radio" id="check01" name="entry.○○○○_sentinel" value="追加あり"> <label for="check01">追加あり※希望のオプションを備考に入力して下さい</label> </div> <div> <input type="radio" id="check02" name="entry.○○○○_sentinel" value="追加なし"> <label for="check02">追加なし</label> </div> </div> <p>コメント</p> <textarea type="text" name="entry.○○○○" placeholder="質問やオプションについてコメントがある方はこちらへ入力"></textarea><br /> <button id="submit" type="submit"> 申込む </button> </div> </form>回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。