You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$validation->setRule('username', 'required');
run response;
$validation->showError('username', 'single'); // The username field is required.
where the "username" function etc. language or string.
Have a nice day...
The text was updated successfully, but these errors were encountered:
Hi,
$validation->setRule('username', 'required');
run response;
$validation->showError('username', 'single'); // The username field is required.
where the "username" function etc. language or string.
Have a nice day...
The text was updated successfully, but these errors were encountered: