Great video. Made it a lot easier to understand, how to implement new controllers and upgrade already existing surface controllers from umbraco 8 to umbraco 13
Nice. I didn't get my contact form working though. The instructions seem a little muddled towards the end of the video - you have the form working before you've completed the code.
Paul, is there a different way to send the email. Like using MailMessage, like in your Umbraco 8 tutorials? I have a bunch of other functions that need to be hit depending on who is sending the email, e.g. test email, user, webmaster, etc. I can share code with you, if you have a way to view it? Also when I click Submit, I get a "This page isn't working" error.
@@CodeSharePaul Hey Paul! Thank you for the quick response. I apologize for taking so long to get back to you, I was on holiday in Italy. I just wanted to let you know I found the problem. I had included the @Html.AntiForgeryToken in the form and was not checking its validity in the SurfaceController. Once I removed it, the form worked as expected. Thank you again.
Great video. Made it a lot easier to understand, how to implement new controllers and upgrade already existing surface controllers from umbraco 8 to umbraco 13
That’s so good to hear
Nice vide. And a lot of information about meta .
Thanks
Nice. I didn't get my contact form working though. The instructions seem a little muddled towards the end of the video - you have the form working before you've completed the code.
Sorry. All the code is in the list on my site. Should be linked in the description of the video
Great video!
Hi. You can use the same folder and have a different cshtml file name. When you call return View you put the name of the View in there.
I figured it out! Thanks
Paul, is there a different way to send the email. Like using MailMessage, like in your Umbraco 8 tutorials? I have a bunch of other functions that need to be hit depending on who is sending the email, e.g. test email, user, webmaster, etc. I can share code with you, if you have a way to view it? Also when I click Submit, I get a "This page isn't working" error.
Hi did you copy the code from the blog post?
@@CodeSharePaul Hey Paul! Thank you for the quick response. I apologize for taking so long to get back to you, I was on holiday in Italy. I just wanted to let you know I found the problem. I had included the @Html.AntiForgeryToken in the form and was not checking its validity in the SurfaceController. Once I removed it, the form worked as expected. Thank you again.
Great video Mr. Paul, but i have one question on how to use localization with data annotation as i have multilingual Site
Hi Basseem. There is a community package which makes it easy for you. marketplace.umbraco.com/package/our.umbraco.validationattributes
@@CodeSharePaul Thank you sir love you so much and love your series. i will wait your v14 series ^_^