Login Form in header?

1
Can the Login Form widget be located in the header of a page? This is where mostly the logo's and menu buttons are placed, but normally the login is situated there too. Can this be done with the normal Login Form widget, or do I need to 'create' some other login manner? It needs to be situated in the top right corner, customer desire. Thanks a lot!
asked
1 answers
2

You could try it like this:

  • Build a from with the login form widget
  • Use the form loader to inject the login form
  • You can combine this with anonymous access

In your navigation microflow, set up logic which routes anonymous users to the login widget form and users which are logged in to anoter form. I know this sounds a bit strange, but this seems the only way to do this.

answered