Is it possible to add the Authorize.net security seal image in the Form

  • campwahanowin
    Asked on April 18, 2016 at 4:53 PM

    Also... Is it possible to add the Authorize.net security seal image (with or without link) to my form?  I have the code from the Authorize.net site.

    <!-- (c) 2005, 2016. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="f9640976-cd94-4f5a-b917-e9435ac04ab8";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a target="_blank" href="http://www.authorize.net/" rel="nofollow" id="AuthorizeNetText" >Merchant Services</a> </div>

  • jonathan
    Replied on April 18, 2016 at 6:11 PM

    Since the source of the seal is actually a javascript code, you cannot inject it directly in the form. For security reasons, the Form Builder will simply blocked and erase any type of scripts that will be injected on the form.

    --

    A workaround you can do to achieve this, is to embed first the seal on an external page and then use the TEXT field to enclosed the iframe code of the seal using the external page as the source.

    See the image below how I did it on a test form.

    Is it possible to add the Authorize Screenshot 20

     

    You can check it on my test form working https://form.jotform.com/61086495209966

    Hope this help. Let us know if there is more we can assist you with.

     

     

     

     

  • arvans
    Replied on June 4, 2016 at 7:31 AM

    <!-- (c) 2005, 2016. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="a7ccc722-f40e-450d-a903-d711dc33ea6e";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Online Payments</a> </div>

  • Carina
    Replied on June 4, 2016 at 7:54 AM

    @arvans
    If you need assistance please open a new thread and we'll be happy to assist you:

    http://www.jotform.com/answers/answer.php? 

    Thank you