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?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies