Small change. I’ve made a couple of small improvements to the PHP and JS validation scripts. Specifically, you can now use a != operator in conditional tests (if field A is not equal to “yes” then validate such and such). Plus a new letters_only rule for testing that a field has … you guessed it: letters only. Complicated stuff.

PHP Validation

JS Validation