Searchbox / input field

Hello everyone,

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.

Hey @carlos.silva :wave:

Welcome to the Bubble Community! :tada: :confetti_ball:

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.

Does that help at all? Let me know. :blush:

Here is a video explaining how to do this sort of thing in Bubble using a popup. Hope that helps a bit! :blush:

Hi, thank you so much.
I’ll test it soon, thanks for the answer again. It will help me so much