<script src="https://sdk.form.run/js/v2/formrun.js"></script> <form class="formrun" action="https://form.run/api/v1/r/rGM5jdvVCwazkf2RYzZR" method="post"> <div> <label>お名前[必須]</label> <input name="お名前" data-formrun-required type="text" style="width:100%"> </div> <div> <label>メールアドレス [必須]</label> <input name="メールアドレス" type="text" data-formrun-type="email" data-formrun-required style="width:100%"> <div data-formrun-show-if-error="メールアドレス">メールアドレスを正しく入力してください</div> </div> <div> <label>問い合わせサイト [必須]</label> <select name="_field_4" data-formrun-required style="width:100%;"><option value="">選択してください</option> <option> 俺の嫁が可愛い </option><option> うちの旦那が素敵 </option><option> 両方 </option></select> <small class="form-text">上記のどちらのサイトからの問い合わせかお選びください</small> <br><br> </div> <div> <label>お問い合わせ [必須]</label> <textarea name="お問い合わせ" data-formrun-required style="width:100%; height:300px"></textarea> <div data-formrun-show-if-error="お問い合わせ">お問い合わせ入力してください</div> </div> <button type="submit" data-formrun-error-text="未入力の項目があります" data-formrun-submitting-text="送信中...">送信</button> </form>