フォーム要素に苦労しています。オプションのドロップダウン メニューが欲しいのですが、追加のテキスト フィールド入力が必要です。
何かのようなもの
<select name="gateway_code" id="gateway_code">
<option value="">---------</option>
<option value="ideal">Cash</option>
<option value="paypal">PayPal</option>
<option value="creditcard">Credit Card (Visa, Mastercard)</option>
</select> or
Vouchercode <input type="text" id="gateway_code" name="gateway_code" value""/>
どうすればこれを作ることができますか?
よろしく