Using the slider component in Fliplet Studio will enable you to create multi-step forms and enhance user experience by breaking down lengthy forms into manageable steps.
This article explains how to use Fliplet’s Slider component to build a multi-step form by organizing content across multiple slides within a single screen.

We have also created a screen template to give you a pre-made example. If you chose to start by using the screen template you can skip to step 3 where you can follow the instructions to further customize your form. 
To find the screen template, click the “add screens” button inside your Fliplet app and add the “Multi-step sign up” screen to your app.

Get started

  1. Add the Slider component
  2. Configure slider settings
  3. Add slides for each step
  4. Add forms to slides
  5. Customize form fields
  6. Add navigation buttons
  7. Add the submit button
  8. Preview and test the form

Step 1 – Add the slider component

  1. Start by opening your app and navigating to the screen where you want to add the form
  2. Open the component library
  3. Drag and drop the Slider container component onto the screen

Step 2 – Configure slider settings

  1. Choose where to display navigation arrows:
    – Mobile & Desktop
    – Only on Desktop

  2. Select how to show progress:
    – Progress line
    – Pagination bar
    – Pagination dots

  3. Choose a transition animation:
    – Slide
    – Fade
    – None

  4. Enable or disable “Display Slides Once”

Step 3 – Add slides for each step

  1. From the component library, drag and drop the slide component into the slider container. Each slide will be a new part of the form
  2. Configure each slide:
    Mark if it contains a required form
    Set navigation restrictions to control movement between slides
  3. Your screen and screen structure should look like the following:
  4. This screen has one slide container and three slides.

Step 4 – Add forms to slides

  1. Within each slide, drag and drop the form component
  2. Make sure to connect all forms to the same data source to ensure unified data submission.

Step 5 – Customize form fields

  1. Add relevant input fields (e.g., text, dropdown, checkbox)
  2. Set validation rules as needed (e.g., required fields)
  3. To learn more about the form component and each form field, see here.

Step 6 – Add navigation buttons

Next Button:

  1. Add a button form field to each form (except the last one, as this should include the submit and clear buttons) 
  2. Open the button settings, click the drop down next to “link action” and set the action to “Go to Next Slide”
  3. Label the button (e.g., “Next”, “Continue”) 
  4. Click Save, and then save and close

Back Button (Optional):

  1. Add a button to each slide (except the first one)
  2. Set the action to “Go to Previous Slide”
  3. Label the button (e.g., “Back”)

Step 7 – Add the submit button

  1. On the final slide, ensure there is a submit and clear button
  2. Making sure it’s connected to the same data source as the previous forms

Step 8 – Preview and test the form

  1. Click Save
  2. Enter Preview Mode

  3. Test the form:
    Navigate using the Next and Back buttons
    Verify that any required fields validate
    Submit the form and confirm data is saved correctly

💡 Tips

  • Slide Order: The sequence of slides determines form flow—arrange logically
  • Component Compatibility: Some components may not fully function inside the Slider. Refer to the Customizable Slider Component article for guidance
  • User Guidance: Use clear labels and indicators to guide users step-by-step
Was this article helpful?
YesNo