Hi everybody,

I have a problem with the validation messages above my Contact form.

I used the contact form in a block as follows:

print $content
print $messages 
print drupal_get_form('contact_mail_page'); 

The problem now is, that on the first time I submit the form with invalid Data, no messages are shown, only the text in the fields is red...
when I submit the form the next time, the Errors of the last submission appear above the form!!??

If I don't print the form as a block everything works fine...

Has anybody had this issue before or does anybody know what could be the reason for this strange behaviour...

Thanx
LH