How can I transfer some checkbox data to another page?

Hi,

So I am running into a problem and the other topics do not seem to answer my question:

I have 3 checkbox options on one page, and if the options are checked, and then the button clicked, it brings to user to another page where the elements he/she checked appear as a menu, but I don’t know how to transfer what the user checked to that other page.

Any help is appreciated! thanks!

1 Like

If these are settings you want to remember permanently, save these as boolean (yes/no) fields on the User object, for example.

If they are simply transient values, pass them as URL parameters (you can set this up on the first page in the “data to send” section of the Navigate > Go to Page workflow step).

You then retrieve these values on the destination page using “Get Data from Page URL” expression.

Thanks for your answer, I am just not sure how to save them as “boolean (yes/no) fields on the User object” ?

Have you walked through the Bubble tutorials yet? They cover this in a few examples.

the video lessons? Yes I have, I guess I’ll check them out again

Not the video lessons, the interactive tutorials that have you actually doing the work. They’re found at https://bubble.io/lessons

2 Likes

Thanks for the help!