Copied to clipboard

Flag this post as spam?

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


  • Jon 92 posts 166 karma points
    Apr 13, 2021 @ 08:22
    Jon
    0

    @using (Ajax.BeginForm sometimes gives URL to Surface Controller

    I have a form with multiple step using different Partials and occationally I the URL takes the user to: /umbraco/Surface/BeFormSurface/_PartialStepOne

    Each Partial has:

     @using (Ajax.BeginForm("_PartialStepOne", "BeFormSurface", new AjaxOptions
    {
        InsertionMode = InsertionMode.Replace,
        UpdateTargetId = "RegSuccessDivOne",
        HttpMethod = "Post",
        OnBegin = "step1form",
        OnFailure = "enableButton"
    }))
    {
    

    The Partial is shown but the Master page is not present.

    Any ideas?

Please Sign in or register to post replies

Write your reply to:

Draft