11-20-2017 02:19 AM
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
Solved! Go to Solution.
11-20-2017 07:37 AM
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.
11-20-2017 03:46 AM
There is no comma in mine deployment .
11-20-2017 04:00 AM
Hi Ognyan,
This comma is only displayed when using AD logon to sponsor portal.
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...
However, I would prefer to hide both options "Send me a summary" and "Copy me".
Thx, Stefan
11-20-2017 04:05 AM
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 .
11-20-2017 04:33 AM
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...
11-20-2017 05:10 AM
Yes I remember finding this big but don’t have it handy
Did you try to install later patch of 2.2?
11-20-2017 05:13 AM
i will try latest patch maybe end of this week and i share my tests here .
11-20-2017 07:37 AM
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.
11-22-2017 12:20 AM
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
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