Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements "Save and go next" button #265

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Implements "Save and go next" button #265

merged 2 commits into from
Feb 3, 2025

Conversation

ashleybot
Copy link
Member

@ashleybot ashleybot commented Jan 31, 2025

  • Uses service method to get the next form kind and ordering from service layer (so it is customizable for consuming apps)

  • Adds "save and go next" button to form footer

  • Save and go next button only renders if there is a next form

  • Provides functionality in base FormPageModel class via property on POST

  • Functionality is backward compatible and property not required so this will not introduce a breaking change to consuming apps

@ashleybot ashleybot added the enhancement New feature or request label Jan 31, 2025
@ashleybot ashleybot requested a review from Oddvocado January 31, 2025 18:50
@Oddvocado
Copy link
Member

@ashleybot looks good and a cool implementation! I was able to save the form and continue to the next form when available. As expected, the D1b form does not provide the option to save and continue.

@ashleybot ashleybot merged commit b8c1865 into main Feb 3, 2025
1 check passed
@ashleybot ashleybot deleted the save-and-go-next branch February 3, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants