Phil Foulston wrote on Thursday 21st of July 2011:You could check each post - Quick example: if($_POST)
{
$data = $val->validated('username');
$data = 'Wrong username or password';
} Then echo $error_user_pass.
Chase Hutchins wrote on Thursday 21st of July 2011:Is that something "null"? If so, that is intended. It allows you not to have to check isset() each time, and rather utilize the value, or reference it as empty.
echo \Fieldset::instance('name')->errors('field_name');
It looks like you're new here. If you want to get involved, click one of these buttons!