Projects & ER diagrams
Both features need the Modeler, Admin, or Owner role.
Projects
A project groups related forms so a large team workspace stays navigable. Open a project to see the forms it contains, then add a form to the project or detach one again. A form can belong to a project without changing anything about how it works.
ER diagrams
An ER diagram lets you model your data structure visually — entities, their fields, and the relationships between them — and then build the forms from it in one step.
Model your entities
Create a diagram and lay out your entities on the canvas. Each entity has a name and a list of fields with their types; the connections between entities describe how they relate.
This is the fastest way to design a coherent set of forms, because you're thinking about the data model as a whole rather than one form at a time.
Generate forms
Click Generate and Skeyeform creates one form per entity, with each entity's fields turned into form fields of the matching type. The diagram is stamped with the time it was generated.
Generating again drops the forms created by the previous generation and purges their submissions. Any data collected through those forms is permanently deleted.
Generate freely while you're still designing. Once a generated form is live and collecting real data, treat regeneration as a destructive action — edit the form directly instead.