2-step form

2-step form

rrzavaletarrzavaleta Posts: 78Questions: 52Answers: 2

As I can make a form on two Estapar . I have a form with 20 fields, what I intend to first load 10 fields and then fill with a "next " button to load the next 10 fields and finally save .

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin
    Answer ✓

    Hi,

    It isn't directly built into Editor at the moment, but you can certainly use the API to do this. For example, define all 20 fields and then hide the last 10. Use the buttons() method to create a "Next" when you edit / create an entry that will hide the first 10 and show the second 10. Likewise you could then use buttons() to have a "Back" button which would reverse that and also have a "Submit" button.

    Allan

This discussion has been closed.