Hi.
Please tell me how to send data to another page by POST Method.
I would like to send personal information to next page by POST Method without login system. For example, it is sent when user clicks a button after inputing data in forms.
You can navigate from page to page and Bubble will recognize the current user. On the shown form above just update the user object upon the click of the next button with this action:
Thank you very much for your prompt reply !
I could send these data to another page.
However I want to know this system.
If you know this system, please tell me. Are these information saved to session in web server?
[Remarks]
I checked about “Make changes to current user” system reading bubble manual.
This manual is written “saves this information in the application database”.
But thesse information in bubble User database was not uploaded after that action.
A different way is to create a new DB where you will store theses informations. And you will link the current user to this DB thing instead of directly store data with the current user that are not logged in. Theses data are stored in cookies when you use current user