For Authorize.net there is an option to include a merchant seal using JavaScript. I have included the item within a custom HTML field in my Laserfiche Form. This currently does nothing. I was wondering if there was a limitation for custom HTML fields and using JavaScript within them? I'm using the following snippet in the field:
<div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript"> var ANS_customer_id=""; </script> <script type="text/javascript" language="javascript" src="//verify.authorize.net:443/anetseal/seal.js" ></script> </div>
I have omitted the customer id. Does this need to be translated in a way to be inserted into the JavaScript section in Forms?