cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1151
Views
3
Helpful
2
Replies

Hiding the Accept/Deny AUP buttons

paul
Level 10
Level 10

I am creating a hotspot page for the my default wired condition that will simply say something "If you are seeing this page, call the Help Desk.".  I want to put that in the AUP text so the MAC address of the device is not automatically moved to some identity group.  I don't want to display the Accept/Deny buttons. 

I tried the following Java Script but it isn't working:

<script>

(function(){

   jQuery(document).ready(function() {

               jQuery("ui_aup_accept_button").hide();

               jQuery("ui_aup_decline_button").hide(); 

   });

})();

</script><br _moz_editor_bogus_node="TRUE" />

I am not a Java programmer and used your Guest customization guides Jason to piece it together.  I also tried with a leading "." in front of "ui_aup".  I am sure I am missing something obvious or those buttons can't be hidden.

Any thoughts would be appreciated.  If I can't get it to work I will just remove the AUP and let then go to the success page and change the wording.  I can setup a dummy endpoint identity group for the MAC addresses to go into.  I have done that in the past, but am trying something slicker this time.

Thanks.

1 Accepted Solution

Accepted Solutions

Jason Kunst
Cisco Employee
Cisco Employee

Did you try the hotspot as a message portal?

https://communities.cisco.com/docs/DOC-64018#jive_content_id_Guest

View solution in original post

2 Replies 2

Jason Kunst
Cisco Employee
Cisco Employee

Did you try the hotspot as a message portal?

https://communities.cisco.com/docs/DOC-64018#jive_content_id_Guest

Jason Kunst
Cisco Employee
Cisco Employee

BTW ISE 2.2 allows you to upload an HTML file and redirect to that