Skip to main content
Topic: 'CheckDuplicate' behavior (Read 1005 times) previous topic - next topic

'CheckDuplicate' behavior

Hello PHPRad Dev Team,
I would like to suggest a change to the behavior of the 'CheckDuplicate' feature.
Currently even just tabbing through a form field that has the 'CheckBehavior' feature TRUE will generate the 'Not available' validation error. I believe it would work better if it would only do the check on the field OnChange event.
As it is I am going to have to turn this potentially valuable feature off because my users will not know to avoid any field they do not intend to change. And they will not know which fields have this duplicate check enabled on.
Or maybe I just don't understand the reason why it is producing this error when this record is the only one with say, this email address.
Thanks