# Credit Card Security

The credit card inputs on a live Checkout Champ checkout page are displayed inside an iframe for maximum security.  The entered values are securely passed to our servers when the checkout page is submitted.  This includes card number, expiration date, card month, card year, and card security code (cvv/cvc).

Please consider the following tips for building pages that are compatible with the iframe.  The iframe is not visible within the page builder, so careful consideration is needed.

* Javascript is unable to access the card inputs on the live page
* Links are not allowed inside the card inputs
* Ensure input styling is added using CSS, not Javascript
* The card inputs must be enclosed in a parent element

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FwPjqUIUblpP3SOhzO5x2%2Fcard-inputs-element.png?alt=media&#x26;token=8f10f19a-7483-429a-8cc3-2b73f03d9d59" alt=""><figcaption></figcaption></figure>
