05-03-2017 07:59 AM
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.
Solved! Go to Solution.
05-03-2017 08:07 AM
Did you try the hotspot as a message portal?
https://communities.cisco.com/docs/DOC-64018#jive_content_id_Guest
05-03-2017 08:07 AM
Did you try the hotspot as a message portal?
https://communities.cisco.com/docs/DOC-64018#jive_content_id_Guest
05-03-2017 08:07 AM
BTW ISE 2.2 allows you to upload an HTML file and redirect to that
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide