No; the closest you can come is by limiting the number of characters the user can type, using 'maxlength'. Which is, of course, not the same thing.
On Tue, Apr 21, 2009 at 2:59 PM, robertuva <[email protected]> wrote: > > Is there any way to limit the number of allowed values in an array? > For example, let's say I have a text field that allows multiple > values. Is there something that will let me limit this by stating > that in this particular text field a user can only enter in 5 values? > So e.g.: > > These entries would all pass in a text field delimited by a comma: > > x > x, x > x, x, x > x, x, x, x > x, x, x, x, x > > These entries would not pass: > > x, x, x, x, x, x > x, x, x, x, x, x, x > etc... > > Bobby > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Semantic Forms" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/semantic-forms?hl=en -~----------~----~----~----~------~----~------~--~---
