Learn how to build multi-step forms in Bubble with clear steps, best practices, and tips to improve user flow and boost conversions.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
The simplest and most reliable way to build a multi‑step form in Bubble is to put each step inside its own Group (all on the same page) and then show/hide those Groups as the user progresses. You store the user’s answers in custom states or save them directly to the database as each step is completed. This avoids page reloads and gives you full control over validation, conditional logic, and progress UI.
You create a parent container (usually a Group or Floating Group), and inside it place separate Groups like “Step 1”, “Step 2”, “Step 3”. Only one Group is visible at a time. Buttons like “Next” or “Back” trigger Show and Hide actions or adjust a custom state that controls visibility.
Create a custom state on the main container, for example: Type: number, Default: 1. Set each Step Group to “This element is visible only when current\_step = X”. Buttons update this state.
// Example: workflow action on "Next" button
// Element: ParentGroup
// Custom state: current_step
Set state:
Element = ParentGroup
Custom state = current_step
Value = ParentGroup's current_step + 1
You can store answers in a temporary “Thing” (e.g., a Draft Submission) that you Create at Step 1 and then update with “Make changes to a thing” at each step. Or keep everything in custom states and save once at the final step. Both are valid; saving early is safer if the form is long.
Hide/show Groups is the stable and most used pattern in real Bubble apps. It avoids page refresh, works perfectly with conditions, and simplifies design alignment. Always test each step's validation and confirm the visibility logic before styling.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence