hi:<br><br>i have a problem. I have a theme for my form, but I can't show the message error. What can I do ?<br><br>thanks.<br><br><br><b>form.tpl.php</b><br><?php if ($show_messages && $messages): print $messages; endif; ?><br>
<br><?php echo drupal_render($form["nombres"]); ?><br><?php echo drupal_render($form["submit"]); ?><br>