Hi,
when using hmtl textarea, validation is not working the first time you submit the forms.
If right after the first submit, you click again, it works correctly.
Probably content from html area to form field is done after the validation code reads it, so its invalid the first time, but valid the second time.