SimpleForm

Introduction

The SimpleForm is designed to allow an easy usage of the Form control. In the SimpleForm just the content controls are added. The SimpleForm creates the Form, FormContainers, FormElements and FormLayout according to the content.
The following content can be added:

If a more complex Form is needed the application has to use the standard Form and fill it according to the requirements. But for simple Forms without any special the SimpleForm is the easier choice.

Basic Example

The content is defined using a Json string



The content is defined using a HTML view

API Documentation

API documentation