Show Error Msg Inside Textfield Instead Of Below Textfield

Hello !!!

i want to Show Error Msg inside textfield instead of below textfield …

any one…knows ???

Try to move the echo of error variable inside textField.

lets i have the following textfield and used bootstrap form


echo $form->textFieldRow($model, 'email');

which shows a label , textfield and error so how i can echo error msg inside ???