Can someone send the javascript ColdFusion 5 (NOT MX) uses for credit
card validation? I upgraded a site to MX and the validation no longer
works correctly for American Express cards. Just want to compare the
two...
>From a cursory examination, it appears the function CFMX uses allows a
16 digit card number only. AMEX uses 15 digits and some Visa's have 13.
The offending code in cfform.js:
if (creditcard_string.length != 16)
return false;
Now that sucks. Can someone send the URL of the bug form...
chris
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists