Update Form Module #15825
Resolves #3218#issuecomment-1827761230
RedirectToPage function changed to Redirect. In my opinion RedirectToPage function searching the pages within the same assembly where is used. Because of Form is a module (that makes it located in another assembly), it couldn't find the pages that function need so it redirects to main page.
Redirect now works properly