Hello,
I’m struggling to find a way to create a web for input profiles, it’s kinda like a CV template. Users can type their info in the form then it will save what they input and for the next log in the user can see what they type on the form, not on the database. The issue is I cannot find a way to save the data on my page because it will be deleted my input when I turn off this page.
This is my form and I want data when I input still on the form.
I will save to the database but only I can access it. Imagine that you are filling out a profile and you want it to keep what you entered and you will still see what you entered the next time you enter.
The database is just for developers. In my situation, I need to create a profile page like a medical record. So doctors can edit their patient profile and the information should be stored on the page which they typed in.
I mean is that only I can access to the database or other still can ? But the things I need is if you are a doctor, then you want to save the patient’s data. You will do this on the medical record. So the data should be displayed on the medical record not a database. It kinda like this.
I don’t really have the faintest idea what you’re talking about to be honest… and it sounds to me that you don’t either…
You need to store the data somewhere… and if (for some strange reason) you don’t want to store it in the Bubble database, then you’ll need to find somewhere else to store it…
But that makes no sense to me - unless you’ve got a very specific reason not to use the Bubble database (and you might well have, given the subject of your app), in which case find some other external database to use instead.
In any case, it sounds like you need to learn the very basics of app building, and how to use Bubble, so I’d take a big step back and start at the beginning, if I were you.
The basic Bubble tutorials are a good place to start, so take a look at those, so you understand data, databases, and displaying dynamic data on pages.