Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Drupal 7 中,我为用户注册页面创建了一个自定义模板。
模板名称是page--user--register.tpl.php.
page--user--register.tpl.php
我们已经设法创建了所需的外观和感觉。
一切正常,除了以下几点:
1) 用户提交无效表单后,显示错误信息。
2) 用户再次提交表单,错误消息未显示。
3)虽然无效字段被突出显示。
有什么建议么?
在 Drupal 中,所有错误消息都是使用 $messages 模板变量从 page.tpl.php 打印的,对于您的问题,它似乎是可用的,您是否对表单使用了任何 ajax 类型的行为?