<?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 How to autofill a voucher code from SMS in iOS ? in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-autofill-a-voucher-code-from-SMS-in-iOS/m-p/56664#M116</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The auto-fill option allows a user to seamlessly and accurately apply a voucher code, or any such one-time-use codes. We can implement this very convenient feature for voucher code entry on CloudPath.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A small edit to the HTML source code of the default voucher code entry page can help add the auto fill feature.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the current workflow that I have created, very simple, just asking a Guest to input their Mobile Phone number:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_0-1681289466182.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5762i2196EE00F08B8810/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_0-1681289466182.jpeg" alt="James_0-1681289466182.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Step 3, click on the blue text “verification code”. This will open up the step which is prompting users to obtain a Voucher from the voucher list “Guest Voucher List - 1 Day Access”.&lt;BR /&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Ensure that the format for the VOUCHER List are set to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ALPHANUMERIC (upper)&lt;/LI&gt;&lt;LI&gt;ALPHANUMERIC (Lowercase)&lt;/LI&gt;&lt;LI&gt;ALPHANUMERIC (Mixed)&lt;/LI&gt;&lt;LI&gt;Numeric&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_1-1681289506428.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5763i3EFFBDDF6520811F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_1-1681289506428.jpeg" alt="James_1-1681289506428.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the resulting page, scroll down to Webpage Display Information. Change the Page Source: to “Upload HTML File”&lt;/P&gt;&lt;P&gt;Click on the download button beside “Default: Using default file.”&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_2-1681289564691.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5765iCE9F1F50BDFD94D6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_2-1681289564691.jpeg" alt="James_2-1681289564691.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Open up the downloaded file in your favourite editor, I will use “Visual Studio Code” in this example.&lt;/P&gt;&lt;P&gt;In the file, do a search for “autocomplete”, there should be only a single entry there:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_6-1681289732297.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5770iEFFC3194088929AE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_6-1681289732297.png" alt="James_6-1681289732297.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;Edit the autocomplete=‘off’ to be autocomplete= ‘one-time-code’&lt;/SPAN&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_5-1681289687876.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5769i0BF217C6012ADCD8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_5-1681289687876.png" alt="James_5-1681289687876.png" /&gt;&lt;/span&gt;&lt;P&gt;Save the file.&lt;/P&gt;&lt;P&gt;Back to Cloudpath, in the page click on the “Choose File” button and upload the file that you saved:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_7-1681289788511.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5771i97CE498575598878/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_7-1681289788511.png" alt="James_7-1681289788511.png" /&gt;&lt;/span&gt;&lt;P&gt;Click Save on the page.&lt;/P&gt;&lt;P&gt;Deploy the Workflow&lt;/P&gt;&lt;P&gt;Continue through the workflow, enter you Mobile Number, when you re texted, you can simply click on the Verification Code: input box, and you will see a “From Messages XXXXXX” prompt show up.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_8-1681289833471.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5772i387CC73025EB934F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_8-1681289833471.jpeg" alt="James_8-1681289833471.jpeg" /&gt;&lt;/span&gt;&lt;P&gt;&lt;SPAN&gt;Select the prompt on your phone and the Verification Code will be automatically filled out!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 09:00:46 GMT</pubDate>
    <dc:creator>James</dc:creator>
    <dc:date>2023-04-12T09:00:46Z</dc:date>
    <item>
      <title>How to autofill a voucher code from SMS in iOS ?</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-autofill-a-voucher-code-from-SMS-in-iOS/m-p/56664#M116</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The auto-fill option allows a user to seamlessly and accurately apply a voucher code, or any such one-time-use codes. We can implement this very convenient feature for voucher code entry on CloudPath.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A small edit to the HTML source code of the default voucher code entry page can help add the auto fill feature.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the current workflow that I have created, very simple, just asking a Guest to input their Mobile Phone number:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_0-1681289466182.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5762i2196EE00F08B8810/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_0-1681289466182.jpeg" alt="James_0-1681289466182.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Step 3, click on the blue text “verification code”. This will open up the step which is prompting users to obtain a Voucher from the voucher list “Guest Voucher List - 1 Day Access”.&lt;BR /&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Ensure that the format for the VOUCHER List are set to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ALPHANUMERIC (upper)&lt;/LI&gt;&lt;LI&gt;ALPHANUMERIC (Lowercase)&lt;/LI&gt;&lt;LI&gt;ALPHANUMERIC (Mixed)&lt;/LI&gt;&lt;LI&gt;Numeric&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_1-1681289506428.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5763i3EFFBDDF6520811F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_1-1681289506428.jpeg" alt="James_1-1681289506428.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the resulting page, scroll down to Webpage Display Information. Change the Page Source: to “Upload HTML File”&lt;/P&gt;&lt;P&gt;Click on the download button beside “Default: Using default file.”&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_2-1681289564691.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5765iCE9F1F50BDFD94D6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_2-1681289564691.jpeg" alt="James_2-1681289564691.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Open up the downloaded file in your favourite editor, I will use “Visual Studio Code” in this example.&lt;/P&gt;&lt;P&gt;In the file, do a search for “autocomplete”, there should be only a single entry there:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_6-1681289732297.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5770iEFFC3194088929AE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_6-1681289732297.png" alt="James_6-1681289732297.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;Edit the autocomplete=‘off’ to be autocomplete= ‘one-time-code’&lt;/SPAN&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_5-1681289687876.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5769i0BF217C6012ADCD8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_5-1681289687876.png" alt="James_5-1681289687876.png" /&gt;&lt;/span&gt;&lt;P&gt;Save the file.&lt;/P&gt;&lt;P&gt;Back to Cloudpath, in the page click on the “Choose File” button and upload the file that you saved:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_7-1681289788511.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5771i97CE498575598878/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_7-1681289788511.png" alt="James_7-1681289788511.png" /&gt;&lt;/span&gt;&lt;P&gt;Click Save on the page.&lt;/P&gt;&lt;P&gt;Deploy the Workflow&lt;/P&gt;&lt;P&gt;Continue through the workflow, enter you Mobile Number, when you re texted, you can simply click on the Verification Code: input box, and you will see a “From Messages XXXXXX” prompt show up.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="James_8-1681289833471.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/5772i387CC73025EB934F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="James_8-1681289833471.jpeg" alt="James_8-1681289833471.jpeg" /&gt;&lt;/span&gt;&lt;P&gt;&lt;SPAN&gt;Select the prompt on your phone and the Verification Code will be automatically filled out!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 09:00:46 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-autofill-a-voucher-code-from-SMS-in-iOS/m-p/56664#M116</guid>
      <dc:creator>James</dc:creator>
      <dc:date>2023-04-12T09:00:46Z</dc:date>
    </item>
  </channel>
</rss>

