Closed (fixed)
Project:
Schema Form
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Feb 2026 at 14:37 UTC
Updated:
23 Mar 2026 at 19:19 UTC
Jump to comment: Most recent
Would be great to add a preview feature to the Schema Form Design edit page.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajAdded a preview section to the Schema Form Design edit form. When editing a design entity that has both schema and design values set, a disabled "Preview" details element renders the form as it would appear with the current design applied. Gracefully handles invalid schema/design with an error message.
Comment #6
murz@nickolaj, thank you for the contribution! I decided to implement this in a more universal way by rendering the form in the iframe, so as not to affect the main form submission, also added a bunch of other fixes together ;)
Here https://git.drupalcode.org/project/schema_form/-/merge_requests/12 is my MR, could you please review and test it? Thank you!
Comment #9
murzImplemented.
Comment #11
murz