To get my login form and registration form on one page I had to call the login form in an iframe. Unfortunately, this means that when people login they are directed to the home page within the iframe, not within the whole page.
This is easily fixed by putting target=“_top” in the form declaration, except that there is no option I’m aware of to do this.
So the question is: How do I add target=“_top” to the form declaration for login?