Help with searching a database

@daniel51537

Copy&PASTE this code to your site/page.
Modify all inputs, elements and dataset, for your own.

Everything what is BLUE, you have to modify!

  1. How is called your DATABASE ?
wixData.query("Card-Number")
  1. In which COLUMN are you searching? / Which VALUE?
.eq("title" ,$w('#input14').value)
  1. How is called your TABLE ?
$w('#table4').rows = results.items
  1. How is called the COLUMG/REFERENCE in you DATABASE for IMAGES ?
$w('#IMAGE').src = firstItem.neuesFeld