I’m trying to do a form that when I submit it and it saves into database I can view all the information in an another page searching by document number.
But the information need to be shown in an input field, because in some cases I need change the information that was sent in first forms.
Someone know how can I do that? I started using bubble like 2 weeks ago and have no ideia how to do this.
When you want to view the information in another page, you can do so in a few different ways.
You can send the page a parameter with the data in it, then access it from there. Then everything on the page will be ‘Current page’ data. You can modify and save data from there.
Another way to do that, if you use a search box, is to use ‘display data’ in the workflow of the search box. Then you can send it to a group on the page to modify it or to a popup.