I have a form where people can send a unique code found in a product they buy. They have to submit this code with this form, this code is a unique code (5 figures) which can be only send once.
Is there a way to check if the code already has been submitted?
(I hope my English is good enough to understand the question)
Thanx
Form builder unique code check
Re: Form builder unique code check
Yes, afaik the only way would be through the use of UDT's. But you would need, at the very least some solid knowledge of PHP, and of Form Builder, as it is not a basic task.DaRichMan wrote:Is there a way to check if the code already has been submitted?
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
-
staartmees
- Power Poster

- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Form builder unique code check
I would use ListIt2 - to store the already used codes - and ListIt2FEEdit to create the form and check is the code has already been used.

