Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark Watson 118 posts 384 karma points
    Jul 26, 2018 @ 05:15
    Mark Watson
    0

    umbraco cloud form not working

    I am using umbraco cloud. I have set up a contact form following the umbraco.tv video "adding forms to your templates". When the form fields are filled in and submitted the page refreshes with the correct text and an entry is created in the database as per the workflow but no emails are sent to either myself or the customer. enter image description here

    I have added the reference scripts to the header tag rather than the bottom as per video. The video was not accurate as I did not have the option to add the macro @umbraco.RenderMacro from the insert macro menu. Is this the issue?

    <head>
        <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.1.min.js"></script>
    <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
    <script src="https://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script></head>
    
  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jul 26, 2018 @ 07:29
    Nik
    101

    Hi Mark,

    Have you configured the SMTP server settings in your web config? Umbraco Cloud doesn't come with an SMTP server so you need your own one. A service like SendGrid or SparkPost could work, or even just having Gmail account you can send via can work as well.

    I don't know if these steps are covered by the Umbrao.TV guide.

    Thanks,

    Nik

Please Sign in or register to post replies

Write your reply to:

Draft