Form with Multiple Steps
Form with Multiple Steps
Andreas S.
Posts: 208Questions: 74Answers: 4
in Editor
Is it possible to create a form with multiple steps. I need many data in one form and this looks overloaded.
Andreas
This discussion has been closed.
Answers
Hi @Andreas S. ,
Probably the easiest way to do it would be with
dependent()
, see example here. You can add/remove parts of the form based on the values of a field - the example demonstrates that.Other than that, you can do some complex things, as demonstrated in the CSV import example.
Cheers,
Colin