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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 10

  • @animacao3d
    @animacao3d ปีที่แล้ว

    Great tutorial! Thank's!

  • @shantanukeshewad3339
    @shantanukeshewad3339 11 หลายเดือนก่อน

    Thanks

  • @boxer1129
    @boxer1129 5 หลายเดือนก่อน

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

    • @NoCodeAcademy
      @NoCodeAcademy  5 หลายเดือนก่อน

      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.

  • @keyeteam
    @keyeteam หลายเดือนก่อน

    I've watched your video several times and I still can't get the back button to work. Is there a trick to get it work?

    • @NoCodeAcademy
      @NoCodeAcademy  หลายเดือนก่อน

      Hey for the back button on the screen, what do your workflows look like? They should reference the custom state variable that is setup to control the entire progression through the experience.
      Remember it's a two-part setup though where you want to not only update that variable value in the workflows, but also have UI conditionals for each of your UI elements that show and hide according to value of the custom state variable. Hope that helps.

  • @mandagore4931
    @mandagore4931 6 หลายเดือนก่อน

    How does this work on mobile? Is this responsive?

    • @NoCodeAcademy
      @NoCodeAcademy  6 หลายเดือนก่อน

      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 th-cam.com/video/inZNMmU4YfQ/w-d-xo.html. Hope that helps.

    • @mandagore4931
      @mandagore4931 6 หลายเดือนก่อน +1

      @@NoCodeAcademy Thank you!