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;








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.










share|improve this question














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.





















    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.










    share|improve this question














    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.

















      0












      0








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      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.






















          3 Answers
          3






          active

          oldest

          votes


















          0














          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





          share|improve this answer






























            0














            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.






            share|improve this answer






























              0














              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.






              share|improve this answer























                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
                );



                );













                draft saved

                draft discarded


















                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









                0














                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





                share|improve this answer



























                  0














                  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





                  share|improve this answer

























                    0












                    0








                    0







                    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





                    share|improve this answer













                    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






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 21 '16 at 11:15









                    Amit BeraAmit Bera

                    60.3k1678178




                    60.3k1678178























                        0














                        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.






                        share|improve this answer



























                          0














                          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.






                          share|improve this answer

























                            0












                            0








                            0







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Sep 22 '17 at 20:13









                            Enrique GuadalupeEnrique Guadalupe

                            812




                            812





















                                0














                                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.






                                share|improve this answer



























                                  0














                                  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.






                                  share|improve this answer

























                                    0












                                    0








                                    0







                                    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.






                                    share|improve this answer













                                    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.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Sep 22 '17 at 22:39









                                    PЯINCƏPЯINCƏ

                                    8,47431147




                                    8,47431147



























                                        draft saved

                                        draft discarded
















































                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

                                        Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»

                                        Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр