971
Views
0
Helpful
0
Comments

Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-14-2018 08:32 AM
This page will go over general basic customization options focusing on the BYOD flow and portals.
For general customization overview please review ISE Web Portal Customization options
BYOD flow skip max devices reached
Paste this script into the hide the “Continue” button in the Max Devices Reached Page.
<script> setTimeout(function() { $('#ui_byod_reg_next_button').hide(); $('#ui_byod_reg_next_button').parent.hide(); }, 1000); </script>
Labels: