Magento contact form unable to submit your request errorUnable to submit your request Magento Contact Form Errorsetting up a multi-language contact formedit contact us to send email to an address based on drop downForm submit on same pageUnable to overwrite Contact Form in Magento 2Contact from on CMS page, trouble getting error/success to showUnable to send inquiry in contact formCustom Contact Form using Custom Template (Works .. Kind of)how to save contact us form in database of magento?Magento Contact Form: Unable to submit your request. Please, try again later
With a Canadian student visa, can I spend a night at Vancouver before continuing to Toronto?
Does this extra sentence in the description of the warlock's Eyes of the Rune Keeper eldritch invocation appear in any official reference?
Is creating your own "experiment" considered cheating during a physics exam?
What does KSP mean?
Why we can't write in air?
How much cash can I safely carry into the USA and avoid civil forfeiture?
Will a top journal at least read my introduction?
Can someone publish a story that happened to you?
Help to reproduce a tcolorbox with a decoration
Pressure to defend the relevance of one's area of mathematics
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Unexpected email from Yorkshire Bank
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
Confused by chemical notation
How to make a pipeline wait for end-of-file or stop after an error?
What makes accurate emulation of old systems a difficult task?
Disable screen dimming in Ubuntu Mate 18.04.2 LTS
How would one muzzle a full grown polar bear in the 13th century?
Sci-fi book: portals appear in London and send a failed artist towards a designated path where he operate a giant superweapon
How does a DHCP relay router forward the packet to the server?
How can the Zone of Truth spell be defeated without the caster knowing?
What is the relationship between spectral sequences and obstruction theory?
Providence Pentominoes Puzzle By Andrew Bradburn (Jigsaw)
Single Colour Mastermind Problem
Magento contact form unable to submit your request error
Unable to submit your request Magento Contact Form Errorsetting up a multi-language contact formedit contact us to send email to an address based on drop downForm submit on same pageUnable to overwrite Contact Form in Magento 2Contact from on CMS page, trouble getting error/success to showUnable to send inquiry in contact formCustom Contact Form using Custom Template (Works .. Kind of)how to save contact us form in database of magento?Magento Contact Form: Unable to submit your request. Please, try again later
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Magento 1.9.2.3 contact form issue, its the default contact form in magento. I get error Unable to submit your request, please try again later, even all fields are filled, however this form is submitted and we get email but error still appears for users using that form.
I have narrowed down this error to:
if (!$mailTemplate->getSentSuccess())
throw new Exception();
in app/code/core/Mage/Contacts/controllers/IndexController.php
when I comment out the code above, it will give correct message ("Success, your query has been sent...").
What's the fix for this? Is above code necessary? I will get the please fill all fields error if I leave some of the required field blank.
magento-1.9 contact-us contact-form
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Magento 1.9.2.3 contact form issue, its the default contact form in magento. I get error Unable to submit your request, please try again later, even all fields are filled, however this form is submitted and we get email but error still appears for users using that form.
I have narrowed down this error to:
if (!$mailTemplate->getSentSuccess())
throw new Exception();
in app/code/core/Mage/Contacts/controllers/IndexController.php
when I comment out the code above, it will give correct message ("Success, your query has been sent...").
What's the fix for this? Is above code necessary? I will get the please fill all fields error if I leave some of the required field blank.
magento-1.9 contact-us contact-form
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Magento 1.9.2.3 contact form issue, its the default contact form in magento. I get error Unable to submit your request, please try again later, even all fields are filled, however this form is submitted and we get email but error still appears for users using that form.
I have narrowed down this error to:
if (!$mailTemplate->getSentSuccess())
throw new Exception();
in app/code/core/Mage/Contacts/controllers/IndexController.php
when I comment out the code above, it will give correct message ("Success, your query has been sent...").
What's the fix for this? Is above code necessary? I will get the please fill all fields error if I leave some of the required field blank.
magento-1.9 contact-us contact-form
Magento 1.9.2.3 contact form issue, its the default contact form in magento. I get error Unable to submit your request, please try again later, even all fields are filled, however this form is submitted and we get email but error still appears for users using that form.
I have narrowed down this error to:
if (!$mailTemplate->getSentSuccess())
throw new Exception();
in app/code/core/Mage/Contacts/controllers/IndexController.php
when I comment out the code above, it will give correct message ("Success, your query has been sent...").
What's the fix for this? Is above code necessary? I will get the please fill all fields error if I leave some of the required field blank.
magento-1.9 contact-us contact-form
magento-1.9 contact-us contact-form
asked Mar 21 '16 at 6:39
DiamonteDiamonte
615
615
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Cade,your issue may be in
- Mail Configuration at server.Mail need to be setup properly at magento
system & your server. - If Mail setup is proper then you need to check
contact_form.html
exits in app/locale/en_US/template/email
add a comment |
It looks like @Amit Bera says that there is a problem with the email template or the send mail configuration. check if you changed the email template, and check if you have some extension like Mandrill or SMTP pro extension. That coul have bad configuration.
add a comment |
I think that you removed some field from the form form.phtml but you always have the check validation in controller if that field is not empty, and since this field is not filled so you get the error, please check all fields from the form and their validation in a controller.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f107125%2fmagento-contact-form-unable-to-submit-your-request-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cade,your issue may be in
- Mail Configuration at server.Mail need to be setup properly at magento
system & your server. - If Mail setup is proper then you need to check
contact_form.html
exits in app/locale/en_US/template/email
add a comment |
Cade,your issue may be in
- Mail Configuration at server.Mail need to be setup properly at magento
system & your server. - If Mail setup is proper then you need to check
contact_form.html
exits in app/locale/en_US/template/email
add a comment |
Cade,your issue may be in
- Mail Configuration at server.Mail need to be setup properly at magento
system & your server. - If Mail setup is proper then you need to check
contact_form.html
exits in app/locale/en_US/template/email
Cade,your issue may be in
- Mail Configuration at server.Mail need to be setup properly at magento
system & your server. - If Mail setup is proper then you need to check
contact_form.html
exits in app/locale/en_US/template/email
answered Mar 21 '16 at 11:15
Amit Bera♦Amit Bera
60.3k1678178
60.3k1678178
add a comment |
add a comment |
It looks like @Amit Bera says that there is a problem with the email template or the send mail configuration. check if you changed the email template, and check if you have some extension like Mandrill or SMTP pro extension. That coul have bad configuration.
add a comment |
It looks like @Amit Bera says that there is a problem with the email template or the send mail configuration. check if you changed the email template, and check if you have some extension like Mandrill or SMTP pro extension. That coul have bad configuration.
add a comment |
It looks like @Amit Bera says that there is a problem with the email template or the send mail configuration. check if you changed the email template, and check if you have some extension like Mandrill or SMTP pro extension. That coul have bad configuration.
It looks like @Amit Bera says that there is a problem with the email template or the send mail configuration. check if you changed the email template, and check if you have some extension like Mandrill or SMTP pro extension. That coul have bad configuration.
answered Sep 22 '17 at 20:13
Enrique GuadalupeEnrique Guadalupe
812
812
add a comment |
add a comment |
I think that you removed some field from the form form.phtml but you always have the check validation in controller if that field is not empty, and since this field is not filled so you get the error, please check all fields from the form and their validation in a controller.
add a comment |
I think that you removed some field from the form form.phtml but you always have the check validation in controller if that field is not empty, and since this field is not filled so you get the error, please check all fields from the form and their validation in a controller.
add a comment |
I think that you removed some field from the form form.phtml but you always have the check validation in controller if that field is not empty, and since this field is not filled so you get the error, please check all fields from the form and their validation in a controller.
I think that you removed some field from the form form.phtml but you always have the check validation in controller if that field is not empty, and since this field is not filled so you get the error, please check all fields from the form and their validation in a controller.
answered Sep 22 '17 at 22:39
PЯINCƏPЯINCƏ
8,47431147
8,47431147
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f107125%2fmagento-contact-form-unable-to-submit-your-request-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown