@model EnVisage.Models.CreateScenarioModel.FinInfoModel @using (Ajax.BeginForm("SubmitCreateScenarioStep3", "Scenarios", new AjaxOptions { HttpMethod = "Post", OnSuccess = "onStep3Success", OnFailure = "onStep3Failure(xhr)", UpdateTargetId = "finStep" }, new { @id = "finStepForm", editable_form = "" })) { @Html.HiddenFor(m => m.SerializedModel) @Html.HiddenFor(t => t.IsRevenueGenerating) @Html.AntiForgeryToken() @Html.ValidationSummary(false, "The scenario could not be saved due to the following errors:") }