Live field validation

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

By Damon - August 2, 2016

Hi,

There is no live validation in CMS Builder but you can add text after a field that is required like "Title field is required" etc. 

Go to your Section Editors, select the Section to edit (ex. News), click modify.

Click modify for the Title field.

Under Field Options for the Field Description, add something the show the field is required:
Required field

You can also add HTML so the text could be bold and red if wanted. 

Hope this helps.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

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.