Page 1 of 1

Form builder unique code check

Posted: Fri Sep 26, 2014 6:50 pm
by DaRichMan
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

Re: Form builder unique code check

Posted: Wed Oct 01, 2014 12:30 pm
by Jo Morg
DaRichMan wrote:Is there a way to check if the code already has been submitted?
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.

Re: Form builder unique code check

Posted: Wed Oct 01, 2014 2:20 pm
by staartmees
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.