Tried it ... but does not work on submit! ...
I can get the auto- populate to work on my custom CCV field OK ... ( it looks great before submit! )
but when I summit ... the info is wiped!
here's the script I used :
<script type="text/javascript">
jQuery("#CardCCV").blur(function(){
jQuery("#CCV").val(jQuery("#CardCCV").val());
});
</script>
Any suggestions?