Does anybody know how to implement page shift in a forms for editors template by standard?
I have a very long form, and I would like to split it up in pages using page shift.
There is a button "Page shift" in the setup of a form mentioned on https://doc.dynamicweb.c om/documentation-9/content/apps/forms-for-editors
This button generates a span tag: <span class="formPageShift"></span>
That's it. Can't really find any template anywhere showing the page shift in real action, or any description of how to implement it.
Anybody ever did this?