2-step form
2-step form
rrzavaleta
Posts: 78Questions: 52Answers: 2
in Editor
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
This discussion has been closed.
Answers
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 usebuttons()
to have a "Back" button which would reverse that and also have a "Submit" button.Allan