New Form Wizard
A wizard for creating new forms
Last updated
A wizard for creating new forms
Last updated
The New Form Wizard is used to create a new Form in the Servoy development environment. It allows you to define the basic properties and settings for the new form.
The name of the new form.
The data source that the form will use.
If you want the new form to inherit properties from an existing form, you can select the base form here. It is set to -none-
by default.
The solution to which this form will belong.
Allows you to specify a working set if you are using one.
It is set to -none-
by default.
You can select one of the options:
Abstract (no UI): This option creates a form without a user interface.
Simple (CSS Position, NG Client only): This option creates a simple form with CSS positioning, suitable for NG (Next Generation) clients.
Advanced (Responsive, NG Client only): This option creates an advanced, responsive form suitable for NG clients.
You can select one of the options:
Back: Go back to the previous step in the form creation wizard. It is read-only for the first step.
Next: Proceed to the next step in the form creation wizard, it goes to add data providers configurator.
Finish: Complete the form creation process.
Cancel: Cancel the form creation process.
Here are the steps to create a new form:
Open the New Form Dialog: Start by opening the New Form
dialog from the Servoy development environment.
Enter Form Name: Type the name for the new form in the Form name
field.
Select Datasource: Choose the data source that the form will use by clicking the ...
button next to the Datasource
field and selecting the appropriate data source.
Extend Existing Form (Optional): If you want the new form to inherit from an existing form, select the base form in the Extends
field.
Select Solution: Ensure the Solution
field is set to the correct solution to which the form will belong.
Specify Working Set (Optional): If you are using working sets, select the appropriate one in the Working Set
field.
Choose Form Type:
Abstract: Select this if you want to create a form without a UI.
Simple: Select this for a simple form with CSS positioning (for NG clients).
Advanced: Select this for an advanced, responsive form (for NG clients).
Finalize Creation:
Click Next to continue to additional configuration steps (if any).
Click Finish to complete the form creation.
Click Cancel to abort the form creation process.