cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
847
Views
0
Helpful
0
Comments
Jason Kunst
Cisco Employee
Cisco Employee

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>
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: