1
I’m working with Html5 and I need to validate one field of my form according to another.
I have a field <select>
called Document Type, with three possible options (BI, Dire, passport) and another field Document Number. I need that when an option is selected on <select>
(for example passport), filling in the field Document Number accept only passport characters and becomes mandatory.
Put the code of what you’ve done so far.
– Diego Vieira
Use the Jquery library to make these releases
– Marcos Brinner
Managed to solve friend?
– LeAndrade