HTML editbox entry to verify in database

Hello!

I’m looking for a way to have a simple HTML edit box that accepts data with a submit button to query the WIX database to see if a certain value exists in a column. Much like if you were to query a column for a value in SQL. The flow would look something like:

User inputs ‘12345’ in editbox field
User hits submit
Page searches the WIX Database in specific column through all rows for value entered
Page returns whether it found the value in the database or not

Is this possible and if so how would I go about doing it?

Hi,
You can create such search functionality using input element and Wix database collections. Click here to learn how.