Multi-page settings issue

System issue: In user developed apps with multi-page settings, the NEXT button does not appear on the first page unless a required field is changed. This is very confusing to anyone attempting to modify or view a setting on the second or subsequent pages.

Reproducible: 100%

Suggested Solution: The NEXT button should always show on the first page of multi-page settings

Can you share the code that is 100% reproducible. It sounds like they are missing a nextPage definition.

nextPage coded.
Sending you a private message with a link to the github source

For reference, dynamicPage declarations require a nextPage: "pageName" to be declared in the dynamicPage method.

1 Like