Model Form

The Model Form framework allows you to quickly create pages that display and allow the user to edit the details of a Model instance. It is integrated with Platform's Model API, allowing you to write a small bit of JS code and configuring views and actions in the MPT or SPT to create your pages. This guide is divided into 3 sections: a simple example which demonstrates how easy it is to create a functional page for a Model, an explanation of all the concepts in the framework, and a final example showing how to create a 2-level form.