Custom Hotspot with Multiple Logins.

Has anyone built a custom hotspot page that contains 2 seperate forms that perform the same action. I would like to create a form with a hidden username value that is preset so clients can use a passcode to login. I also want another place for different clients to login with username and password on the same page.

Have you looked at the wiki on customizing the hotspot login page?
http://wiki.mikrotik.com/wiki/Manual:Customizing_Hotspot
Do you have a custom hotspot/login.html document already?

It should not be too difficult.

Yea I have a couple, and I think it was this latest free editor I picked that was giving me prbs. TY for reply.

You just need two forms on the page, both submit to “/login” on the router. One form has fields for username and password as text/password type input fields with the appropriate names, the other has the username or password field as type ‘hidden’ with the static credentials filled out as the field value. That’s it.