cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2387
Views
2
Helpful
8
Replies

Sponsor Portal - change/hide options on "Resend" Email

Dear all,

My client has the problem, when "Resend" account information.

When using the "Copy me" option, a comma will automatically be added after the mail address.

Sponsor's Email address: me@example.com,

I need either to remove this comma or hide this option.

Please can you also send me the script to remove the "Send me a summary" option when "Resend" account information.

Thanks and BR,

Stefan

1 Accepted Solution

Accepted Solutions

Serhii Pustovit
Cisco Employee
Cisco Employee

Hi Stefan,

Could you please try this one script for "Sponsor Portal Settings" page. It will hide checkboxes:

<script>

$('[href="#resend"]').on('click', function() {

  setTimeout(function(){

    $('blockquote .ui-checkbox').hide()

  }, 400);

   

});

</script>

Thanks.

View solution in original post

8 Replies 8

ognyan.totev
Level 5
Level 5

There is no comma in mine deployment .

Hi Ognyan,

This comma is only displayed when using AD logon to sponsor portal.

resend1.png

FYI: this address is the mail address from the guest...

When logging in with local sponsor admin there is no comma, the field is empty then...

resend2.png

However, I would prefer to hide both options "Send me a summary" and "Copy me".

Thx, Stefan

Yes you are right i tested it right now and same here .I am on ISE 2.2 Patch 3 . But i think this is might be a bug .

Seems to be a bug, on my ISE 2.3 patch 1 everything is working as it should.

I will upgrade the affected system and test again...

Yes I remember finding this big but don’t have it handy

Did you try to install later patch of 2.2?

i will try latest patch maybe end of this week and i share my tests here .

Serhii Pustovit
Cisco Employee
Cisco Employee

Hi Stefan,

Could you please try this one script for "Sponsor Portal Settings" page. It will hide checkboxes:

<script>

$('[href="#resend"]').on('click', function() {

  setTimeout(function(){

    $('blockquote .ui-checkbox').hide()

  }, 400);

   

});

</script>

Thanks.

Hi Serhii,

Thank you for this script, but currently my client has to decide how to proceed here.

What I know is that from current point of view, hiding the "Copy me" function is not an option.

I will keep you all updated regarding my tests in version 2.3 patch 1.

BR, Stefan