Magento: Contact Form Doesn’t Work – Quick Fix
- Category: questions, web development
Yet another Magento bug a lot of people are experiencing after upgrading their Magento installation to 1.4. Here’s a quick fix:
“Unable to submit your request. Please, try again later.” If you’re running Magento 1.4 and get this error when submitting the contact form that’s because your template (theme) is not fully compatible with 1.4. Here’s what you’ll need to do to quickly fix this error:
Open this file:
app/design/frontend/default/yourthemename/template/contacts/form.phtml
And add the following hidden field somewhere before the submit button:
<input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
That’s it!
What if I tried that and still doesn’t work? Any other ideas?
Thank you.
In product view page’s “Email To Friend” link mail is not sending.I am new to magento. Please guide me to do this.
Thanks
Swapna