Hi Guys!
This may be a simple answer, but I am new to Bubble and can’t find any answer in any other topics.
I have five buttons (button 1 to button 5) lined up next to eachother, each corresponding to sections 1 to 5, where the user has to input some informatino. The user has to start at button 1, fill out the associated information which pops up when button 1 is clicked, click save for that section, then click on button 2 and so on.
What I want to do is have buttons 2 to 5 not-clickable by default, then when section 1 is finished and the user clicks ‘save’, button 2 becomes: clickable; and button 1: not clickable. The rest remain unclickable until section 2 is then filled out, the ‘save’ button is clicked then; button 2: not clickable, button 3: clickable.
I am battling with changing the state of a button from default being un-clickable to clickable, there doesn’t seem to be a condition for it.
Any help would be appreciated!