<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ISE 2.2 Script for phone number in Self-sponsored in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/4394607#M566926</link>
    <description>&lt;P&gt;I have hit the same, I have duplicated the Customization Portal and replace the Policy Result with Duplicated one and it started to work.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 08:39:22 GMT</pubDate>
    <dc:creator>Blazej Pawlak</dc:creator>
    <dc:date>2021-04-28T08:39:22Z</dc:date>
    <item>
      <title>ISE 2.2 Script for phone number in Self-sponsored</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814003#M484589</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I AM NO DEVELOPER or CODER.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to work around a script posted by Jason in Article below to get 2 things done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Users must input the number in format +614xxxxxxxx&lt;/P&gt;
&lt;P&gt;A placeholder in the phone number field: +61400123456&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/ise-guest-self-registration-form-working-with-phone-numbers/ta-p/3636396#toc-hId-1174194476" target="_blank"&gt;https://community.cisco.com/t5/security-documents/ise-guest-self-registration-form-working-with-phone-numbers/ta-p/3636396#toc-hId-1174194476&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I copy pasted the original script without any modification and it did not affect anything. (Toggle HTML on and Off).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything I am missing here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate if someone can help here or correct the script for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;
&lt;P&gt;(function(){&lt;/P&gt;
&lt;P&gt;jQuery(document).ready(function() {&lt;/P&gt;
&lt;P&gt;setTimeout(function(){&lt;/P&gt;
&lt;P&gt;cisco.ise.validation.setPhoneRegex(/^+614[0-9]{8}$/);&lt;/P&gt;
&lt;P&gt;cisco.ise.validation.setPhoneNumberMessage("Please provide your phone number in format +614XXXXXXXX");&lt;/P&gt;
&lt;P&gt;}, 100);&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;P&gt;})();&lt;/P&gt;
&lt;P&gt;jQuery('#ui_phone_number_label').attr("placeholder", "+61400123456”);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 06:39:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814003#M484589</guid>
      <dc:creator>abhishekpurohit2010</dc:creator>
      <dc:date>2019-03-05T06:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 Script for phone number in Self-sponsored</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814387#M484590</link>
      <description>&lt;P&gt;Have you enabled the JavaScript for customization?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to Administration -&amp;gt; System -&amp;gt; Admin Access -&amp;gt; Settings -&amp;gt; Portal Customization&lt;/LI&gt;
&lt;LI&gt;Select ‘Enable Portal Customization with HTML and JavaScript’ and click Save&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Also, you need to click on 'toggle HTML Source' on, paste code, click on 'toggle HTML Source' and then save.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 16:44:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814387#M484590</guid>
      <dc:creator>howon</dc:creator>
      <dc:date>2019-03-05T16:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 Script for phone number in Self-sponsored</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814594#M484591</link>
      <description>&lt;P&gt;Thanks for the quick reply Hosuk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1 was the issue. for the script not able to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now its a different issue. I decided to just go with the placeholder script (coz its short and sweet) but now the page isn't loading. When I click register (new user), the loading symbol goes on forever but the self-registration page does not load. First I though it was a browser thing maybe, but tried with all browsers, diff OS and machines. same result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&amp;lt;script&amp;gt;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;jQuery('#ui_phone_number_label').attr("placeholder", "+61400123456”);&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;Ab&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 23:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/3814594#M484591</guid>
      <dc:creator>abhishekpurohit2010</dc:creator>
      <dc:date>2019-03-05T23:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 Script for phone number in Self-sponsored</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/4394607#M566926</link>
      <description>&lt;P&gt;I have hit the same, I have duplicated the Customization Portal and replace the Policy Result with Duplicated one and it started to work.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 08:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-script-for-phone-number-in-self-sponsored/m-p/4394607#M566926</guid>
      <dc:creator>Blazej Pawlak</dc:creator>
      <dc:date>2021-04-28T08:39:22Z</dc:date>
    </item>
  </channel>
</rss>

