Creating a JBStrap form
This page shows you how to create a basic form. There are two ways to create a form:
- manually,
- from code (programmatically).
Creating a form from a DataDescriptor
Create a form programmatically
In this example, we show you how to programmatically create a form and place three input fields on the form. The last input field can accept longer texts. All properties of a programmatically created form are identical with one that is created using a DataDescriptor.