Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Html.BeginFormSitefinity parameters in Registration View to resolve conflicts #1615

Open
edernucci opened this issue Nov 12, 2015 · 0 comments

Comments

@edernucci
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants