You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add correct parameters like in LoginForm.LoginForm.cshtml to Registration.RegistrationForm.cshtml.
Today the form is created with Html.BeginFormSitefinity() but the correct should be Html.BeginFormSitefinity(@Request.Url.Query, null, null, FormMethod.Post, null, true)
The text was updated successfully, but these errors were encountered:
Please add correct parameters like in LoginForm.LoginForm.cshtml to Registration.RegistrationForm.cshtml.
Today the form is created with
Html.BeginFormSitefinity()
but the correct should beHtml.BeginFormSitefinity(@Request.Url.Query, null, null, FormMethod.Post, null, true)
The text was updated successfully, but these errors were encountered: