Index
Order Types
Responding to Your Customers
Custom Messaging
Securing Your Web Pages
Overview
Troubleshooting
Images
 
Secure Secondary Posting
Tags
FAQs

Securing Your Transactions

Displaying Secure Images

 

A word of caution: most users have their browsers set to display a warning if unsecured data is mixed with secured data. That means if you try to display images on your response page, and those images are stored on a server that is not secure, your users will see a broken key/lock symbol instead of the image, and a warning dialogue box will appear. If you have a secure server, you will need to reference the images on your response page with the same https as in the form action:

<img src="https://your_server/some_image_location.gif">

If you do not have a secure server, and you want to display images on your response page, contact your client account manager, and Kable will store the images for you on the secure server.