Hello,
My question is as follows:
I would like to hide an element from page A when I click on a button on page B.
In other words, how can I hide an element of a page when I click on a button located on another page?
Thanks in advance!
Hello,
My question is as follows:
I would like to hide an element from page A when I click on a button on page B.
In other words, how can I hide an element of a page when I click on a button located on another page?
Thanks in advance!
On the same page it’s super easy as you can just use custom states. Although if you’re doing anything across pages you need to involve the database. So you’ll need to save a flag in the database that dictates whether the element should be shown or not on page A
Josh @ Support Dept
Helping no-code founders get unstuck fast save hours, & ship faster with an expert
on-demand
Hide for everyone or for that specific user?
The only way I see is saving some info in the db that shows/hides that button conditionally.
Just remember you will have to “restore” this info if you want the button to become visible again.
Hi.
Have you tried sending parameters through Navigation? → Navigation - Bubble Docs
Thank you for your help!