如何修复查看页面上的 Yii2 联系人小部件问题 [英] How to fix Yii2 Contact Widget Problem on View Pages

查看:23
本文介绍了如何修复查看页面上的 Yii2 联系人小部件问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我按照这里的例子

I followed the example here Yii2, feedback form in a modal window and I was able to create a contact widget that I added it above the footer of multiple pages on my website using the code <?= FBFWidget::widget([]) ?>.

I stripped the code of the modal box so I am not using that. The problem I am facing now is that whenever I opened a webpage, the page jumps straight to the contact form at the footer instead of showing the top of the page as a any normal browser should do.

I followed all the code as explained in the tutorial so I do not want to post all the codes here. Please see the tutorial

How can I stop this problem.

解决方案

You are using autofocus property on the contact form field name which is forcing the page to go down as the cursor is focused inside the input field, you should remove that property or bind it only if the page url is /contact-us or whatever you are using for the contact form.

这篇关于如何修复查看页面上的 Yii2 联系人小部件问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆