だから私はプラグイン Contact Form 7 for WordPress を使用しています.2つのラジオボタンを備えたこのフォームがあります:
<input type="radio" name="investorlandlord" value="I'm an Investor">
<input type="radio" name="investorlandlord" value="I'm a Landlord" tabindex="1">
[私は投資家です] ボタンがチェックされている場合、その下に次のドロップダウンを表示する必要があります。
<select name="finance" class="wpcf7-form-control wpcf7-select" id="finance"><option value="Finance Available">Finance Available</option>...</select>
もう一方のボタンがチェックされている場合は、このドロップダウンが表示される必要があります。
<select name="properties" class="wpcf7-form-control wpcf7-select" id="properties"><option value="Number of Properties">Number of Properties</option>...</select>
WordPressでこれを行う簡単な方法はありますか?