I am getting an error when I submit a form. Does anyone know what the cause is?
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
I want to try your above method. On my site, Requested URL: /umbraco/RenderMvc remains related to the error log, but this seems to be a solution.
Could you please guide me where to work on the source to apply this?
I am getting an error when I submit a form. Does anyone know what the cause is?
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /umbraco/RenderMvc
Hi Nathan,
Make sure your post method is matching up correctly I am pretty sure this is the issue. It's happened to me a few times....
Here is an example of one of my forms. Hope this will help.
Check the action name in your post method.
with your BeginUmbracoForm action name
Regards
David
Thanks Dave,
I will check that out now.
Thanks Dave,
All fixed up
Great. Glad I could help!
Hi David Armitage
https://our.umbraco.com/forum/using-umbraco-and-getting-started/103362-i-am-getting-an-error-when-i-submit-a-form-does-anyone-know-what-the-cause-is
I want to try your above method. On my site, Requested URL: /umbraco/RenderMvc remains related to the error log, but this seems to be a solution. Could you please guide me where to work on the source to apply this?
is working on a reply...