Formatting the Payment Form



Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
<script type="text/javascript">
ClearentSDK.init({
"baseUrl": "https://gateway-sb.clearent.net",
"pk": "YOUR PUBLIC KEY GOES HERE",
"styles": ".form-control{color: blue;}.form-control:focus{color: purple;}"
});
</script>