We're looking to set up a hotspot solution but it will be free and simply require users to agree to terms & conditions.
I have this working currently by having login.html pass a pre-determined value for username and password:
Code: Select all
<label class="control-label">To proceed, please read and accept the Terms of Use below.</label>
<input style="width: 80px" name="username" type="hidden" value="open_net"/>
<input style="width: 80px" name="password" type="hidden" value="open_net"/>
<input type="submit" value="OK"
Is this possible?