Is this also the Risk Address:
<select name="InsuredSALicense2" id="InsuredSALicense2">
<option>Please Select</option>
<option>Yes</option>
<option>No</option>
</select>
ここでの答えが「いいえ」の場合、非表示のドロップダウンを作成する必要があります。
If No, Please give details:
<textarea name="InsuredOther License2"
id="InsuredOther License2"
cols="30" rows="4"></textarea>
<form id="form4" name="form4" method="post" action="">
フォームでドロップダウンを作成したいと言います(例:「あなたは...」、はい/いいえを選択してください):答えが「はい」の場合は、セクションをドロップダウンし、いいえの場合はドロップダウンしないでくださいセクション。
このフォームは、dreamweaver cs4 で作成されました。