I've just created a Domino 4.6 form with some text fields. How can I limit the max characters a user can enter in the field ?
(Just to avoid there are strings which cannot be seen as a whole afterwards)
Hello, i don't know anything about domino 4.6, but in domino 5 you have an event inputvalidation, here you can enter an validationformula (what a surprise!)
@If(@length(Fieldname)<15;@Success;@Failure("Field to long");
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.