How to Create a Multi Step Form - Bubble.io Tutorial

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 8

  • @animacao3d
    @animacao3d 10 місяців тому

    Great tutorial! Thank's!

  • @boxer1129
    @boxer1129 3 місяці тому

    How do you stop the form going to the next step when the required fields have not been filled?

    • @NoCodeAcademy
      @NoCodeAcademy  3 місяці тому

      Hey good question -- without knowing your exact number or type of form fields, here's a general setup.
      When Submit button is clicked, put a conditional on the workflow trigger of when field A is empty OR field B is empty (or C, D, etc) show something in the UI that says the user needs to provide more data.
      And add a second workflow trigger for the same button of when field A is not empty AND field B is not empty (AND C, D, etc) then let the form submit and do the other related workflow actions. Hope that helps.

  • @shantanukeshewad3339
    @shantanukeshewad3339 9 місяців тому

    Thanks

  • @mandagore4931
    @mandagore4931 4 місяці тому

    How does this work on mobile? Is this responsive?

    • @NoCodeAcademy
      @NoCodeAcademy  4 місяці тому

      Hi, you would simply build the interface to be responsive.
      Meaning, you would add the conditionals to update layout values when the screen width is less than a certain amount.
      This will change the layout configuration to however it is designed to be for mobile but this particular video's UI was not designed with mobile in mind.
      For a responsive tutorial see ua-cam.com/video/inZNMmU4YfQ/v-deo.html. Hope that helps.

    • @mandagore4931
      @mandagore4931 4 місяці тому +1

      @@NoCodeAcademy Thank you!