The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
How to avoid duplication? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: How to avoid duplication? (/showthread.php?tid=398) |
How to avoid duplication? - Ugur - Dec 13th, 2009 Hi, How can I avoid double registration from the same name? Thanks beforehand! RE: How to avoid duplication? - Ben - Dec 13th, 2009 Hi Ugur, Check out the following API function: http://docs.formtools.org/api/?page=ft_api_check_submission_is_unique That lets you check existing submissions for duplicates, based on whatever criteria you want - including name. Hope this helps! - Ben P.S. Are you the Azerbaijani translator? If so, I just enabled that language to be exported here: http://translations.formtools.org/ Sorry for not doing it sooner - I have a big backlog of work to do and only just got round to it! RE: How to avoid duplication? - Ugur - Dec 13th, 2009 Thanks ben, I'll have to make a new form based on API ![]() |