I have a drop-down list that contains the following values:
<option>Aramex</option>
<option>DHL</option>
<option>FedEx</option>
<option>Other</option>
When the user select Other
, I want to show a text box. How can I do that?
I'm using Laravel 4.2