Send inputs to new page without using the database

Hello fellow bubblers,

I have the following problem and would be super grateful if someone has already found a workable solution for it:

User should fill out a form on page A, the inputs should then be sent to a new page (page B) as a finished view. On page B the user should be able to download them as a PDF.

When sending the inputs, no new entries should be created in the database. The only data I want to store in the database are the URLs to the finished PDFs.

Is this technically feasible with bubble, that I don’t have to store the inputs as properties of a thing “pdf” but only temporarily until the creation of the final PDF?

Thank you so much in advance!

Best
Sashka

Yup definitely possible!

When you navigate to Page B, check the box that says ‘send more parameters’. Add as many as you like with its dynamic data.

On page B, for the input field, you’d add the dynamic data ‘Get data from page URL’ and then type the name of that parameter.

Hope this helps. :slight_smile:

Hello @virtum-media welcome to the community!

Thank you so much, it worked like a charm! :blush:

1 Like

Thank you for the welcome :))

1 Like