Form with Multiple Steps

Form with Multiple Steps

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

Is it possible to create a form with multiple steps. I need many data in one form and this looks overloaded.

Andreas

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

This discussion has been closed.