Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Uniqueness in textfield

Avatar

Level 4

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).

1 Accepted Solution

Avatar

Correct answer by
Level 9
1 Reply

Avatar

Correct answer by
Level 9

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