I can’t find a simple way to do a “single value validation” for an entry.
For example, I don’t want a duplicate value in a numeric entry because the code that is entered in these fields is participating for a prize. So, with a single value validation, I avoid having duplicate entrants - basically two people not putting the same value in that form field.
1 Like
I’m not sure but currenlty i’m struggling with simillar case.
I need to place Polish ID number in front-end form that must be unique and didnt found solution to validate if it exists in database.
This feature would be very promising since BF Pro form is really what i need to implement in my long-term project.