Skip to main content

Data Entry Pages

In business scenarios such as personnel registration, vehicle registration, and equipment registration, users need to fill out forms and submit data to the backend for processing. JitAi provides built-in data entry pages that help developers quickly implement form data collection functionality.

Creating a data entry page

The process for creating data entry pages is essentially the same as creating generic pages, except that data entry pages must be bound to a data table model to store user-submitted data.

Loading...
Creating Data Entry Page

When creating a page, developers can select Data Entry Page as the page type and choose the target data table model in the Select Data Table section. After clicking Confirm, the visual editor will open automatically.

Configuring viewable and editable fields

When certain fields should not be exposed to users, developers can configure which fields are viewable. When fields should be visible but not editable, developers can configure which fields are editable.

Loading...
Configuring Viewable and Editable Fields

In the page editor's Visible column, developers can uncheck fields that should not be exposed to users (e.g., ID fields). These fields will not appear in the user-facing entry form.

In the page editor's Editable column, developers can uncheck fields that users should not be able to edit. These fields will appear as read-only in the entry form.

Showing enter again button after submission

When users need to enter multiple records consecutively using the same form, developers can enable the Show Enter Again Button option to support this workflow.

Loading...
Data Entry Page Enter Again

Developers can check the Show Enter Again Button option during page development. This allows users to click the Enter Again button after each submission to return to the entry interface and fill in new data. This option is enabled by default.

Showing result feedback after submission

After users complete a data submission, you can display a feedback interface to inform them of the submission result. This is a common interaction pattern that enhances user experience.

Loading...
Data Entry Page Result Feedback

When developers check the Show Result Feedback UI option in the page editor, users will see a success confirmation interface after completing the form and clicking Submit. This option is enabled by default.

Converting to generic page for modification

Data entry pages are out-of-the-box page types provided by JitAi that developers can create and use immediately. When developers need more granular customization beyond the default implementation, they can convert the page to a generic page for unlimited modifications.

Loading...
Convert to Generic Page

Developers can click the Convert to Generic Page button in the upper-right corner of the page editor to convert the page to a generic page. For generic page development methods, refer to Component-based Page Development.

warning

Once converted to a generic page, it cannot be reverted to the original Data Entry Page type.

JitAI AssistantBeta
Powered by JitAI