<select name="shop" onChange="location.href=value;">
<option value="#">店舗を選択してください</option>
<option value="https://shakeys.jp/store/SEISEKISAKURAGAOKA/index.php">聖蹟桜ヶ丘店</option>
<option value="https://shakeys.jp/store/SHINJUKUDORI/index.php">新宿通り店</option>
<option value="https://shakeys.jp/store/IKEBUKURO/index.php">池袋東口店</option>
<option value="https://shakeys.jp/store/KICHIJOJI/index.php">吉祥寺店</option>
<option value="https://shakeys.jp/store/YOMIURILAND/index.php">よみうりランド店</option>
</select>

<p>血液型:<br>
<select name="blood">
<option value="A">A型</option>
<option value="B">B型</option>
<option value="O">O型</option>
<option value="AB">AB型</option>
</select></p>