hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
longisland20th
/
assets
/
postmail
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <link href="style.css" rel="stylesheet"> <title>お問い合わせフォーム</title> </head> <body> <div id="head"> <div id="head-in"><h1>CONTACT - postmail</h1></div> </div> <div id="body"> <h2>お問い合わせフォーム</h2> <ol> <li>当サイトに関する質問や感想などをお受けしています。</li> <li>以下のフォームより、必要事項を入力のうえ送信してください。</li> </ol> <form action="./postmail.cgi" method="post"> <input type="hidden" name="need" value="name email 問合せ種別"> <input type="hidden" name="sort" value="name email 問合せ種別 メッセージ"> <input type="hidden" name="match" value="email email2"> <div id="form-tbl"> <table id="form"> <tr> <th>お名前</th> <td><input type="text" name="name" size="35"></td> </tr><tr> <th>メールアドレス</th> <td> <input type="text" name="email" size="35"><br> <input type="text" name="email2" size="35"> (再度入力) </td> </tr><tr> <th>問合せ種別</th> <td> <input type="radio" name="問合せ種別" value="ご質問">ご質問<br> <input type="radio" name="問合せ種別" value="ご相談">ご相談<br> <input type="radio" name="問合せ種別" value="ご感想">ご感想<br> <input type="radio" name="問合せ種別" value="ご依頼">ご依頼<br> <input type="radio" name="問合せ種別" value="その他">その他 </td> </tr><tr> <th>問合せ内容</th> <td><textarea name="メッセージ" rows="7" cols="55"></textarea></td> </tr> </table> <p class="btn"> <input type="submit" value="送信する"> <input type="reset" value="リセット"> </p> </div> </form> <h2>個人情報の取扱いについて</h2> <ol> <li>ご記入いただいた個人情報は、お問い合わせへの対応および確認のためのみに利用します。</li> <li>また、この目的のためにお問い合わせの記録を残すことがあります。</li> </ol> </div> </body> </html>