PPL

Comment 1 for bug 709419

Revision history for this message
Brad Phillips (brad-bradphillips) wrote : Re: When a profile is set to public for the first time, the owner must set a username for that user

Bassel, are there aiki functions that can be called to place limits on an edit form text entry? I know of methods like ":unique" that can be used in the "Databases & Forms" Section to ensure no 2 entries are alike or ":md5", but I haven't seen any examples of text limits based on length or type.

If nothing like this exists in aiki, what is best method to solve? Javascript pre-submit checking?