-
Notifications
You must be signed in to change notification settings - Fork 8
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
When registering, links to privacy policy, terms of use lead away from registering process #91
Comments
The simplest solution would probably be to open it in a new tab. |
Or a modal box? |
It would be better, but more complicated, unfortunately. We need a different rendering of the custom pages for that. |
In this case I'd suggest a new tab over modal, as the text can be rather long in this use case. Another alternative would be replacing the go back button with an actual button that goes back to the previous loaded page. |
@luke- The links already have this feature, we can check But the button "Go back" always has an url to
If we need a real "go back" action then we could remove the |
Ok, I see. So the links already open in a new window/tab, but of course the user is then not longer in the registration process. (Need so switch tabs). From the UI, this sounds like that we really need modals here. |
What steps will reproduce the problem?
Register for a HumHub Network -> fill in personal information -> one of the last steps is to read through the
privacy policy
andterms of use
-> clickback
to get back to the register form ---> no getting backWhat is the expected result?
when I fill in a form that asks me to agree to something, I expect to be led back to the form after reading through the extended information
What do you get instead?
I will be led back to the starting page of the network and have to fill in the form again
Additional info
Screen.Recording.2024-10-16.at.8.08.47.AM.mov
The text was updated successfully, but these errors were encountered: