Hi i have a problem with jQuery autcomplete, I have a field where users type in names and it’s working great.
How do I make it required? I mean I want the user to have to add at least one user using the autocomplete field.
I also use the white template label
Please help me.
since your using jquery u can use the required method http://docs.jquery.com/Plugins/Validation/Methods/required
and make the field required so that user inputs atleast one.