Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
@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:
The Partial is shown but the Master page is not present.
Any ideas?
is working on a reply...