PDA

View Full Version : Live validation on your input fields


Carl
03-21-2009, 10:56 AM
Hi all,

Just wondering if your validation toolkit lets you do live validation that changes the colour of the input field and gives a message before you submit the page for example on this page http://www.powerstore-demo.com/checkout.php? on your new Power Source Demo site.

If it can can you let me know how this is done as I would like to impliment this feature into my site.

Thanks

Carl

Joe Lowery
03-22-2009, 11:31 AM
PowerStore uses Spry validation (built into Dreamweaver CS3 and CS4) for its client-side validation set to trigger "onBlur" (when you tab from field to field). The older Validation Toolkit uses a proprietary system which does not allow CSS-controlled state changes like Spry does. However, we are working on the next generation version of Validation Toolkit which will use Spry validation, as well as PHP server-side validation.

Best - Joe