Uniqueness in textfield | Community
Skip to main content
narayanank84409
Level 4
October 16, 2015
Solved

Uniqueness in textfield

  • October 16, 2015
  • 1 reply
  • 833 views

Hi Team,

I have multifield, under that i gave textfield.

user can enter value multiple times in textfield, that time how i can check uniqueness in value.

Example:

Multifield

1. textfield -- example.

2. textfield - example1

3. textfield - example(if user enters the same value, i need to show error message as enter different value).

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by taciac

Hello,

There is an example of how to do this using jquery here: http://stackoverflow.com/questions/2955536/prevent-duplicate-values-using-jquery-validation.

Best,

- Tacia

1 reply

taciac
taciacAccepted solution
Level 9
December 21, 2015

Hello,

There is an example of how to do this using jquery here: http://stackoverflow.com/questions/2955536/prevent-duplicate-values-using-jquery-validation.

Best,

- Tacia