feat: improve forms examples with bento grid, column layouts, and wizard styling#667
Closed
mmcintosh wants to merge 1 commit intoSonicJs-Org:mainfrom
Closed
feat: improve forms examples with bento grid, column layouts, and wizard styling#667mmcintosh wants to merge 1 commit intoSonicJs-Org:mainfrom
mmcintosh wants to merge 1 commit intoSonicJs-Org:mainfrom
Conversation
…ard styling Replace sidebar navigation with a bento card grid landing page. Add Form.io CSS and Bootstrap grid restoration so column layouts render side-by-side. Add wizard step tab styling (pagination) for proper multi-step navigation. Include a classic multi-page registration wizard alongside the venue booking wizard. Update Kitchen Sink, Contact, Thank You, Address, and File Upload forms with column-based field layouts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Overhaul the Forms Examples page (
/admin/forms/examples) with a modern bento card grid layout, proper column-based form layouts, and full wizard step navigation styling.This is a companion to PR #623 (Forms as Collections) — #623 adds the backend feature, this PR polishes the visual showcase.
Changes
Bento Card Grid Landing
Form.io CSS Fixes
formio.full.min.cssstylesheet (was missing on examples page).row,.col-*flex rules) scoped to.example-demo.pagination,.page-item,.page-link)Column Layouts (Form.io
columnscomponent)New Multi-Page Wizard Example
Updated JSON Code Blocks
Testing
Unit Tests
E2E Tests
Screenshots/Videos
Checklist