formtools / core

The Form Tools Core.
https://formtools.org
205 stars 78 forks source link

Possible to View Results without logging in? #845

Open pat06380 opened 2 years ago

pat06380 commented 2 years ago

OK so we are developing a resource system. This contains information on a state-by-state basis for housing, employment, treatment programs, etc.

Let's say that John Doe is looking for information on available resources in the state of Alabama. We have a view configured for each state. Is there anyway that John Doe can view the information for Alabama without having to login to the system?

We would like the frontend (that display the results and views) to be open to anyone without an account or password and then the backend (for entering, updating and removing data) to require username and password.

ANY help here would be a huge blessing. I am not very good at coding at all and not even sure exactly how to describe our goal.

Thank you in advance!