Hide login form when click register link
-
When you click the register link from the login form the registration form shows, but three things seem a bit less than ideal to me:
1. The modal form shows the registration form inline but the default form uses a modal instead. Should inline be the default and modal be configurable?
2. When the registration form is shown inline, wouldn’t it make sense to automatically hide the login form rather than showing both?
3. Related, when you click the cancel link, it would be good to not just hide the form being canceled but to show again the original login form.
I have already figured out how to modify the widget files to do the above, but I am wondering if (a) I missed some simple configuration options somewhere and, if not, (b) do others agree with me or am I alone in thinking this?
- The topic ‘Hide login form when click register link’ is closed to new replies.