Free HotSpot without login credentials + login page

Hello All,

Currently I’m working on HotSpot free wifi. I have already read some articles about how to do it.

  1. Enable “Trial” under HotSpot → ServerProfile → Login
    This way I will create a Free HotSpot Wifi but in this case I need to set “trial uptime limit” and “trial uptime reset” timers. In addition I’m unable to create redirect web page after clicking on “free trial”. This is why I try to make it via option number 2

  2. Don’t use “Trial” and instead of Trial use the classic HTTP PAP and predefine username and password in the hotspot/login.html file
    Within the second option I can modify the login page (create my own, with my logo or logo of any company) hide the username and password items and make visible only the “OK” button. Additionaly I can modify the OK button to something other like “Continue to Internet”

But with the second option there is a caveat which makes the whole login ugly. When I just hide the predefined username and password and click on the “Continue to Internet” button, there will be the typical popup “Do you want to save your login credentials?” (IE, Chrome, Firefox)

How else can I make this to work similar way?
Thank you for your suggestions.

Meanwhile I figured out how to solve my problem. There was necessary to set variables “password” and “username” to type hidden in html code. I don’t use to work with html and similar stuff so for me it was difficult to find out the solution.
So now I won’t use “free trial” mode and instead I will use HTTP PAP or CHAP “free” mode with predefined username and password.