表单验证默认显示错误提示,怎么让它提交之后显示? [ 新手入门 ]
一打开登录页面错误就显示。我想让他提交后显示!怎么破!求大神指导!
共 3 条回复
-
请写一下报错信息,我没理解你的意思。
共 3 条回复haimingyoung 回复于 2015-06-15 11:29 回复不是报错,就是
<?php echo $form->error($model,'username');?>
在打开页面时错误信息应该不显示才对吧,提交之后表单出错才会显示。而我的一打开页面时,错误信息就显示了。haimingyoung 回复于 2015-06-15 11:36 回复是的
<?php $form = $this->beginWidget('CActiveForm');?> <div class="form-signin"> <h3 class="form-signin-heading text-center">用户登录</h3> <br/> <label for="inputUsername" class=""><?php echo $form->labelEx($model,'username');?></label> <?php echo $form->textField($model,'username',array('class'=>'form-control','id'=>'inputUsername','placeholder'=>'请输入帐号','required'=>true,'autofocus'=>true));?> <label><?php echo $form->error($model,'username');?></label> <br/> <label for="inputPassword" class=""><?php echo $form->labelEx($model,'password');?></label> <?php echo $form->passwordField($model,'password',array('class'=>'form-control','id'=>'inputUsername','placeholder'=>'请输入密码','required'=>true));?> <label><?php echo $form->error($model,'password');?></label> <br/> <button class="btn btn-lg btn-primary btn-block" type="submit">登录</button> </div> <?php $this->endWidget(); ?>
-
haimingyoung 回复于 2015-06-15 17:36 举报
问题解决了,突然间就好了。我也不知道肿么回事!
haimingyoung
注册时间:2015-03-07
最后登录:2015-11-11
在线时长:3小时15分
最后登录:2015-11-11
在线时长:3小时15分
- 粉丝2
- 金钱90
- 威望0
- 积分120