Hotspot Login Page Template — Mikrotik Link

<form name="login" action="$(link-login-only)" method="post"> <input name="username" type="text"> <input name="password" type="password"> <input name="dst" type="hidden" value="$(link-orig)"> <button type="submit">Connect</button> </form>

<!-- Error Message Block --> <div class="error"> $(error) </div> hotspot login page template mikrotik link

He found a template called on GitHub. It included: input name="username" type="text"&gt