0
votes
How can I use credit card numbers containing spaces?
you could use javascript validation by using the onkeypress event to check if the last character is valid and if not just remove it and maybe even flash up a message saying that an inv …
