<?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 Check boxes not working when using acceptui.js in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-boxes-not-working-when-using-acceptui-js/m-p/63954#M37964</link>
    <description>&lt;P&gt;I sent this to the support team and they asked that I post it here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have been fighting with another issue for several days.&amp;nbsp; When I add &amp;nbsp;&amp;nbsp;&amp;lt;script type="text/javascript" src="&lt;A href="https://jstest.authorize.net/v3/AcceptUI.js" target="_blank"&gt;https://jstest.authorize.net/v3/AcceptUI.js&lt;/A&gt;" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt; to my page, my checkboxes quit working on iphone or did not work as expected.&amp;nbsp; I have isolated it down to a simple test that I attached that you can duplicate.&amp;nbsp; It works fine in chrome, FF and android, but not safari.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you try to click the checkbox on iphone, nothing happens and does not check the box.&amp;nbsp; If you remove the reference to accept.js, it works fine and checks the box.&amp;nbsp; There is some incompatibility with that script for that device/browser.&amp;nbsp; It seems to not work on any version of ios.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone else dealt with this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
&amp;lt;head&amp;gt;
  &amp;lt;meta charset="utf-8"&amp;gt;
  &amp;lt;title&amp;gt;Skipperbud's Customer Payment Portal&amp;lt;/title&amp;gt;
&amp;lt;style&amp;gt;
input[type=checkbox] {
  transform: scale(2.5);
}&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
 &amp;lt;form name=form1 id="paymentForm"
    method="POST"
    action=""&amp;gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;input type=checkbox name="CDEPOSIT" id="CDEPOSIT" value="Y"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;button type="button"
        class="AcceptUI"
        data-billingAddressOptions='{"show":true, "required":false}' 
        data-apiLoginID="ANETID" 
        data-clientKey="ANETCLIENTKEY"
        data-acceptUIFormBtnTxt="Submit" 
        data-acceptUIFormHeaderTxt="Card Information" 
        data-responseHandler="responseHandler" id-"submitbutton"&amp;gt;Continue to Credit Card Processing&amp;lt;/button&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/div&amp;gt;
  &amp;lt;script type="text/javascript" src="https://js.authorize.net/v3/AcceptUI.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 19:07:37 GMT</pubDate>
    <dc:creator>troyd1000</dc:creator>
    <dc:date>2018-07-30T19:07:37Z</dc:date>
    <item>
      <title>Check boxes not working when using acceptui.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-boxes-not-working-when-using-acceptui-js/m-p/63954#M37964</link>
      <description>&lt;P&gt;I sent this to the support team and they asked that I post it here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have been fighting with another issue for several days.&amp;nbsp; When I add &amp;nbsp;&amp;nbsp;&amp;lt;script type="text/javascript" src="&lt;A href="https://jstest.authorize.net/v3/AcceptUI.js" target="_blank"&gt;https://jstest.authorize.net/v3/AcceptUI.js&lt;/A&gt;" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt; to my page, my checkboxes quit working on iphone or did not work as expected.&amp;nbsp; I have isolated it down to a simple test that I attached that you can duplicate.&amp;nbsp; It works fine in chrome, FF and android, but not safari.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you try to click the checkbox on iphone, nothing happens and does not check the box.&amp;nbsp; If you remove the reference to accept.js, it works fine and checks the box.&amp;nbsp; There is some incompatibility with that script for that device/browser.&amp;nbsp; It seems to not work on any version of ios.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone else dealt with this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
&amp;lt;head&amp;gt;
  &amp;lt;meta charset="utf-8"&amp;gt;
  &amp;lt;title&amp;gt;Skipperbud's Customer Payment Portal&amp;lt;/title&amp;gt;
&amp;lt;style&amp;gt;
input[type=checkbox] {
  transform: scale(2.5);
}&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
 &amp;lt;form name=form1 id="paymentForm"
    method="POST"
    action=""&amp;gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;input type=checkbox name="CDEPOSIT" id="CDEPOSIT" value="Y"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;button type="button"
        class="AcceptUI"
        data-billingAddressOptions='{"show":true, "required":false}' 
        data-apiLoginID="ANETID" 
        data-clientKey="ANETCLIENTKEY"
        data-acceptUIFormBtnTxt="Submit" 
        data-acceptUIFormHeaderTxt="Card Information" 
        data-responseHandler="responseHandler" id-"submitbutton"&amp;gt;Continue to Credit Card Processing&amp;lt;/button&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/div&amp;gt;
  &amp;lt;script type="text/javascript" src="https://js.authorize.net/v3/AcceptUI.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 19:07:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-boxes-not-working-when-using-acceptui-js/m-p/63954#M37964</guid>
      <dc:creator>troyd1000</dc:creator>
      <dc:date>2018-07-30T19:07:37Z</dc:date>
    </item>
  </channel>
</rss>

