Filling form better UI

Hey guys, I have been trying to make a beautiful form where a person can not go to the next question without completing the previous one, can anyone help me do that?

Assuming the components of your form are on one single screen, use visibility conditions on your components when the user has filled out the previous component and clicked on “Next”, which via an action will populate a boolean column.

1 Like

Thnaks, but where do I find the visibility conditions?

Component visibility

Tabs visibility
(should you want to create a form on multiple screens)

1 Like

I did the same in some forms but I was populating a number column and increment/decrement things as users go back and forth in the steps.

But honestly, doing that inside a normal form is a bit of a problem. I think that will be much easier to do in a custom form.

1 Like