こちらの模写コーディングサイトを作ってます。
https://hiroyukitakase.github.io/contact.html
Google formでコンタクトフォームを作り、
最初の質問がラジオボタンで選択必須の4つの選択肢を作ってます。
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSd9YX4VnAuZFnchgveXxxoY3fFr1RB6gokpcVxjvAfkljq5bQ/formResponse" id="form"> <div class="contact-form-item"> <div class="contact-form-item-title"><div class="contact-form-item-name">お問い合わせ種別</div><div class="contact-form-item-symbol">必須</div></div> <div class="contact-form-item-radio"> <input type="radio" name="entry.272153591" class="js-radio_01" id="制作依頼" value="制作依頼"><label for="制作依頼">制作依頼</label> <input type="radio" name="entry.272153591" class="js-radio_02" id="採用" value="採用"><label for="採用">採用</label> <input type="radio" name="entry.272153591" class="js-radio_03" id="IR"><label for="IR">IR</label> <input type="radio" name="entry.272153591" class="js-radio_04" id="その他"><label for="その他">その他</label> </div> </div>
制作依頼と採用は送られてますが、IRとその他は無回答として送られています。
他の入力値のある質問の回答は全て送られてきてます。
もし同じようなエラーがあった方や、googleformに詳しい方、ご教授ください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。