![]() |
Hello.
I am using CI4. I have a form with a dropdown and I can't get validation to work. I tried putting a required in the dropdown itself and it didn't work either. The code goes below. PHP Code: $val=$this->validate([ PHP Code: <?php echo form_dropdown('produto',$dropProdutos,'null',['class'=>'form-control']) ?> |
Messages In This Thread |
problem with form and validation - by clovissardinha - 01-19-2024, 02:53 PM
RE: problem with form and validation - by clovissardinha - 01-20-2024, 07:36 AM
RE: problem with form and validation - by InsiteFX - 01-20-2024, 11:31 PM
|