Form Validation. . .

Permalink 2 users found helpful
I'm just looking for info on form validation w/ Concrete5. When I insert a form block, does it automatically validate certain fields, or is there any validation going on by default? If I wish to add stricter validation to fields, what would be the best method to do that in a manner that would make the validations re-usable in various forms on the site, rather than tied to 1 form?
Thanks in advance, any info/links would be greatly appreciated!

Abs0lute
 
tolstoyleo replied on at Permalink Reply
http://www.concrete5.org/documentation/developers/forms/basic-validation/

has the basic validation needed for validating int / email / empty / etc...

Hope that helps.