Sometimes users submit the same form twice. Can we prevent duplicates?
Yes, using validation conditions.
You can check if a similar record already exists.
So system can block duplicate submission?
Yes, if properly configured.
Sometimes users submit the same form twice. Can we prevent duplicates?
Yes, using validation conditions.
You can check if a similar record already exists.
So system can block duplicate submission?
Yes, if properly configured.