Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14346

Label in Form Validation

$
0
0
How do I put the name of the label in validation?
Not the field name.

in codeigniter 3 I did this
PHP Code:
$this->form_validation->set_rules('first_name','First Name','required'); 

how do i do this codeigniter n 4?
I'm trying this, but I can not.
PHP Code:
$validation->setRule('first_name','First Name','required'); 

This also does not work
PHP Code:
$validation->setRules(['first_name' => 'First Name''required']); 

Viewing all articles
Browse latest Browse all 14346

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>