我无法发送电子邮件联系我们 magento 1.7 并且我总是有以下错误知道我有可用的 hideit 输入
<div class="buttons-set">
<p class="required"><?php echo Mage::helper('contacts')->__('* Required Fields') ?></p>
<input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
<button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><label><?php echo Mage::helper('contacts')->__('Submit') ?></label></button>
</div>