Live field validation

5 posts by 3 authors in: Forums > CMS Builder
Last Post: August 7, 2016   (RSS)

By superhappybunnycat - August 1, 2016

Hi,
I know out of the box CMSB validates fields on submit, however I was wondering if it can be setup to do live field validation instead?

By superhappybunnycat - August 2, 2016

I thought as much but figured I should check. Thanks!

By Toledoh - August 3, 2016

Have a look at http://www.the-art-of-web.com/html/html5-form-validation/ also - some pretty nice examples of how to use css with html5 form validation.

Cheers,

Tim (toledoh.com.au)

By superhappybunnycat - August 7, 2016

Thanks!

I ended up using an AJAX call to do a live check if the username is available. Was easy to integrate with CMSB and works well.