We are a offline training provider company so whenever we provide a certificate to any candidate it has special code suppose XXX. I want such a feature that "when visitor visit our website then go verify tab where they can enter this code and enter the check button to verify the certificate and the website will show “Yes, this person has taken training on ‘Subject’ with us on date: DD-MM-YY” if he/she has taken training with us. If not then It will show “No this person has not taken any training with us”.
Below is the example of the site feature that I am looking about in wix
Please go to https://verify.huii.in/ and USE CODE: 20-29227 to understand what I am looking for.
Please help guys.
1 Like
See the How to create a search for your database tutorial
Hello Shan,
Thanks for your support but I am looking for something which is bit different. I need to add a check botton so when visitor enter the unique code into website and enter check button then it will verify and give the result. Kindly visit https://verify.huii.in/ and USE CODE: 20-29227 to understand what I am looking for.
You could run a wix data query on the database when a button is clicked . Use .eq() to pass the code entered by the user to search for the same code in the database.
Based on the item returned from the database you could show the message on screen.