Copied to clipboard

Flag this post as spam?

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


  • Francis Gallagher 3 posts 54 karma points
    Jun 03, 2015 @ 12:35
    Francis Gallagher
    1

    Http 404 /umbraco/RenderMvc UmbracoForms on Submit

    Hi Folks, Im using Hybrid however I am unable to get Forms to Post on submit.

     

    There is nothing customised, I have changed the macro to

    @Html.RenderAction("Render", "UmbracoForms", new {formId = g, mode = "form"});

     just to avoid "unable to render Macro" errors.I am simply using this code to pull my form. 

    @Umbraco.RenderMacro("FormsRenderForm", new { FormGuid = "ee5ebbc1-df7b-46f5-bdee-328ecd40e424" })

     

    On submit I get a simple 404 page with "Requested URL: /umbraco/RenderMvc" I'm not sure on what is causing this so if it is something really simply feel free to laugh. Just help! Please. 

  • Amanda Ashley 22 posts 79 karma points
    Jan 04, 2016 @ 20:55
    Amanda Ashley
    1

    Is anyone else having this problem?

    The same form will work fine if embeded into a page with the insert macro way of doing things but using Umbraco.RenderMacro("FormsRenderForm", new {FormGuid = CurrentPage.form}) will cause the /umbraco/RenderMvc 404 error.

Please Sign in or register to post replies

Write your reply to:

Draft