Looking for an app just to check a number...

Hi all…
As foundation we are giving out foodpackages to those in need because of COVID-19 on Bali.
As we are coopering with many other associations on the island I would like to add a very simple form to our website were anyone can enter the ID number of a person requesting help, click enter and get an answer as:

  1. Yes, this person received aid from us
  2. No, this person did not receive aid from us

To protect privacy of receivers I only want this check to be live on ID number and the person that checks can only receive the answer above, nothing else.

Which app to use for this (I want to add the numbers as an excel file)… Hope anyone has an idea…

Thanks,

Rodney

Yes this is possible! And you do not need any APP for this.

Steps to do it:

  1. Create a DATABASE with USER-ID / aid-state / name / last-name and all the other Person-data…
  2. Create a form on a page, where the person can type in his ID to check his status.
  3. Some CODE to realize this project.

Needed skills to do this:

  1. How to read-out / filter DATA of a DATABASE?
  2. How to get specific USER-DATA of logged-in member?
  3. How to generate permissions or use roles?

Unfortunately your answer goes beyond my comprehension. Is there an easier way?

Hello Rodney,

i think you were looking for something like this one, right?
https://russian-dima.wixsite.com/meinewebsite/id-check

In this example you see a table, wich represents your DATABASE (normaly NOR VISIBLE or ACCESSIBLE).

After input the wanted USER-ID and pressing on the “Check-Button” a fuction starts to search for this ID in the DATABASE. If the entered value is found, then a comparisson starts, which looks if the USER with the founded ID has TRUE/FALSE state (boolean-state) in the “Aid-State”-column (reference).

Of course you can expand this example as you want.

Perhaps there are also other ways to achieve your wish.