Craig100
08/13/2023, 10:52 AMreturn CurrentUmbracoPage();
But fails with the above error. Is there something about it being instigated from a View Component rather than a Razor page directly?D_Inventor
08/13/2023, 1:22 PMHtml.BeginForm
as opposed to Html.BeginUmbracoForm
. The latter likely adds some additional data to the request that that method consumesCraig100
08/13/2023, 1:22 PMreturn RedirectToUmbracoPage(formErrorPageId);
with the Guid of the page I want to hit, but it's uglyCraig100
08/13/2023, 1:23 PMCraig100
08/13/2023, 1:23 PMCraig100
08/13/2023, 1:24 PMD_Inventor
08/13/2023, 1:27 PMCraig100
08/13/2023, 1:28 PMD_Inventor
08/13/2023, 1:30 PMHtml.BeginUmbracoForm("submit", "MyFormController")
Craig100
08/13/2023, 1:33 PMCraig100
08/13/2023, 2:09 PMD_Inventor
08/13/2023, 3:57 PMhuwred
08/13/2023, 5:46 PMCraig100
08/14/2023, 9:30 AMhuwred
08/14/2023, 9:44 AM