I would like to have an authenticity verification page, there will be 2 input boxes and a button. The 1st input is for email & 2nd box is for serial key and a button to verify the serial code. When a customers enter a unique serial code in the serial key input box and click the button to check authenticity of the product, the web page searches for the serial code entered and if matched it would say authentic, if same code entered more than once then it will say that this code is already entered and if mismatched then it will say the product is not authentic. For example i am providing a picture of another site
Same exact problem ill let you know as soon as I find out
Rather easy to do:
- make a collection with 1 Boolean field, called “Claimed” or something
- use its _id for your verification
- when entered do a query (or a get) on that _id
- if it exists, look at the field “Claimed”
- if true, reject, else, set “Claimed” to true and continue
How exactly would you code that?
@distributorsangel The generally accepted method is using a computer
But more serious: you solicite code, which, according to the Forum Guidelines, is not done. Try it out yourself, if you get stuck, we will help. If you cannot or will not, there is a whole fleet of Wix Coders out there who can write it for you, at a cost (but no, not me).