Closed agirot closed 10 years ago
Hello,
I check code on filed Helper and i don't found a password field. Can you creat a $form->password('xxxxxxxxx') ?
Thanks !
You're right, there's none. I will add one. In the mean time you can use $form->input($name, $value, 'password')
$form->input($name, $value, 'password')
Hello,
I check code on filed Helper and i don't found a password field. Can you creat a $form->password('xxxxxxxxx') ?
Thanks !