I've had a couple reports of issues or requests to make a few changes, so I've gone ahead and made them. One of the semi-big additions is a validation module that will give you the exact same functionality that's in CFFORM. Rest assured, I've made the same changes in v2. Anyway, here's the latest build:
[-] Change the _q_checkForErrors() function so that the call to the isNotEmpty() method used escaped double quotes instead of single quotes. This should allow single quotes in the description property. [*] Changed the validateNumeric method to use the parseFloat() function to check for a valid numeric value. [+] Added validateSame validation method [+] Added validateInteger validation method [-] Used my old homegrown compression routine on the compressed files. It doesn't compress the files down as much as either jsCruncher Pro or w3compiler, but it shouldn't break the source code either. [+] Added cfform.js validation module. This should give you all of the exact same functionality as provided w/CFFORM.
As always, you can download the latest version of qForms from http://www.pengoworks.com/qforms/download/.
1 Comments
Comments for this entry have been disabled.