3
I am working with Codeigniter/Bootstrap and need to validate one field of my form according to another. I have a select field called Contract, with two possible options (Yes or No) and another input field called Datacontract. I need that when the SIM option is selected in select, the completion of the Datacontract field becomes mandatory.
Use javascript for this.
– rray