How To Handle Validation For A Form Built With Formbuilder

How do I handle validation for a form built with formbuilder? I cannot get any validation messages back to the view. Instead i’ve duplicated the Contact form that came installed with Yii as that extends CFormModel and works fine. Eventually I would want to implement nested forms.

– This problem has been fixed now. I was naming the ‘submit’ button ‘login’ in the config file. doh!