Greeting guys,
I'm new to this coding and requires help.
I want to make dropdown list B disable on default.
For example, in dropdown list A has "Yes", "No". If user select "Yes". Then the dropdown list B will be available to select. But default, the dropdown list A is always selected = "No".
Dropdown list B (Disable on default)
<label for="new">New staff join Date: </label>
<form method="post" action="?">
<select name="ckb" id="ck1">
<option disabled selected="select">-----Select Cut-----</option>
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
Really appreciates the help :D