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