我正在设计一个页面以添加到在 Wordpress 中构建的网站。我正在使用 Wordpress 的Contact Form 7插件创建一个可以通过电子邮件提交的插件。现在,Contact Form 允许您设置文本框的大小,我已将它们设置为例如,size="5"
但是,经过测试的浏览器(Chrome 和 Firefox)似乎都不尊重大小,为什么我想知道,我该怎么做解决这个问题?该页面的临时网址是:http ://www.dustbites.com/estimate-sheet-2/我的联系表格的 Wordpress 源代码如下:
<p>Customer: [text* Customer 30/]</p>
<p>Address: [text* Address 20/] Buzz: [text Buzz 5/5]</p>
<p>Res:[text* Res 10/10] Bus: [text Bus /10] Cell: [text Cell 10/10] Fax: [text Fax 10/10]</p>
<p>Bill To: [text Bill 10/10]</p>
<p>How did you find out about us:[checkbox Findout "Yellow Pages" "BBB" "Referral" "Internet"] Other: [text Other 15/15]</p>