New Form Wizard

A wizard for creating new forms

Overview

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.

Sections

Fields and Options

Form Name

The name of the new form.

Datasource

The data source that the form will use.

Extends

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.

Solution

The solution to which this form will belong.

Working Set

Allows you to specify a working set if you are using one. It is set to -none- by default.

Type

You can select one of the options:

Buttons

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.

Create a New Form

Here are the steps to create a new form:

  1. Open the New Form Dialog: Start by opening the New Form dialog from the Servoy development environment.

  2. Enter Form Name: Type the name for the new form in the Form name field.

  3. 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.

  4. Extend Existing Form (Optional): If you want the new form to inherit from an existing form, select the base form in the Extends field.

  5. Select Solution: Ensure the Solution field is set to the correct solution to which the form will belong.

  6. Specify Working Set (Optional): If you are using working sets, select the appropriate one in the Working Set field.

  7. 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).

  8. 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.

Last updated