Hello there. I’m very beginner in Bubble.Is
I would like to create a botton “Add” (+) that every time i click on it, show me a new input (maximum 2)
There’s any way to do that? Thank you!
Best regards,
Michel
Hello there. I’m very beginner in Bubble.Is
I would like to create a botton “Add” (+) that every time i click on it, show me a new input (maximum 2)
There’s any way to do that? Thank you!
Best regards,
Michel
If you know that you’re only going to need two inputs, you could have one of them exist inside of a group. Set that group to “not visible on page load” and also tick the box that says "collapse this element’s height when hidden (if you want).
When you click on the add button, have an action that “Toggles” the group containing the input. Conversely, you could set conditions on the group itself that say when the group is visible. Hope this helps!