Is it possible to add the submit button if a page contains fields that are not required. My client has 5 pages of fields for users to fill out, but the last 3 pages are optional in most cases. They would like to have the submit button added if those pages stay as all optional fields. Thanks!
Hello, unfortunately there isn’t a good way to implement this, even with custom development. Paged forms output a specific markup for each page, and each page goes through validation before moving onto the next page.
One thing you could do instead is to use conditional logic. You could add a checkbox to skip optional fields, and set conditional logic on the optional fields and pages. Not sure if this solves your problem, but hopefully it points you in the right direction.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.