- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-07-2013 11:07 AM
Has anyone been able to change the button on the captive-portal custom webpage to be anything other than the word "Login", for examples where we want a guest only button this sometimes need to read "I Agree" to bind users to an acceptable use policy.
03-07-2013 03:31 PM
As of 5.0.2 the button cannot be modified from the word "Login" or the submit button will not work.
03-07-2013 03:31 PM
As of 5.0.2 the button cannot be modified from the word "Login" or the submit button will not work.
08-10-2013 09:54 AM
Yes and no. I set the DIV to be hidden and gave it an id for the login button, then created my own button. I set onclick to simply click the login button. Worked like a charm!
<input class="buttonFixed" id="pributton" type="submit" name="ok" value="Login" onClick="submitClicked()">
<input type="submit" name="log" value="I Agree To The Above Terms And Conditions" onClick="document.getElementById('pributton').click()">
You can also just add an imbedded image which works too!
08-13-2013 10:30 AM
Nice. I'm not an expert at CSS, so I didn't think about that. Great workaround!
08-13-2013 12:48 PM
Yeah, pretty slick answer.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!