Set the id
Here's the id that is now on the input of the iframe:
document.getElementById("myframe").contentWindow.document.getElementsByName('credit-card-number')[0].setAttribute("id", "credit-card-number");
Back to CanAdapt Home