I have a 3 page form where I want specific next buttons to change their labels as I progress through the form.
I copied this code from the manual as an example to try before testing my specific requirement but it fails with the error: VM4112 about:srcdoc:1 Uncaught (in promise) Invalid settings. As I have everything in place for this to work, can someone explain why the example is failing before I spend to much time on this.
LFForm.changeFormSettings({pagination: [{pageId: 1, label: "First Page"}, {pageId: 2, label: "Second Page", prevButton: "Back", nextButton: "Forward"}]});
This is for LF Cloud