How to save the previous user input data and be saved on the page for the user and not the database

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.

Thanks

Hoang

Just save it in the database.

Thanks for your help but I think user cannot connect to my database and I want them see what they just type in.

I don’t really understand what you’re saying.

But if you don’t want to store it in your Bubble app’s database, then where do you intend to store it?

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.

I understand exactly what you’re tyring to do… it’s a very basic and standard thing for any app.

I still don’t understand why you can’t use the database for this (that’s what it’s for).

But if not the database, then maybe use local storage instead (although the database would be the better option for this).

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 don’t understand what you mean? Why is it just for developers?

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.

I want to store the data on both database and the form that I typed in which is here.


So I want to save it on this page to easily check.

This topic was automatically closed after 70 days. New replies are no longer allowed.