Trying to filter and display results from a user input

Hi guys and gals! I’m a total Corvid/database noob, but not unfamiliar with programming.

I have a database that tracks the transaction history of wooden coins, with unique numbers written on them. (example 000012) Now I need a page that allows a visitor to input the number of their coin, to display a list of transaction data such as Date Logged, City, State, Description, First Name, Last Initial, for that specific coin.

I’ve watched several videos and tutorials, but I can’t seem to get it to work. Any assistance would be greatly appreciated.

Thanks!

Also, make sure that you are using the eq function correctly as you can’t use a element value like you have done.
https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html#eq

You will need to let your code know what the user input value is before the query itself is ran.