From version 22.0 onwards, Part Requirements are modeled using B3_FORMS2
. If you are familiar with the previous configuration of Part Requirements, called B3_FORMS
in the admin panel, we’ll explain to you how it translates to the newer version, called B3_FORMS2
in the admin panel.
The configuration of forms receives Forms has received a couple of new elements for the advanced structuring of formsthat will allow us in the future to better group and structure Part Requirement Forms.
B3_FORMS | B3_FORMS2 |
---|---|
Form | Form |
- | Form Step |
- | Form Step Group |
Form Field | Property |
This overview shows how Form Field Types map to Property Types and which additional types are now available and Display Types.
Form Step and Form Step Group are additional structuring elements. They need to be configured already in the admin panel, although the UI does not display them yet.
Form Field Type (B3_FORMS) | Property Type (B3_FORMS2) | Display Type |
---|
Boolean | Boolean |
Radio
available
Toggle
still to come
Boolean
Boolean
Radio
available
Toggle
(boolean) Checkbox | ||
Text | String | (string) Multi-Line |
String | (string) Single-Line |
available
Integer | Integer | (integer) Number |
Float | Float | (float) Number |
Choice | Choice | (choice) Drop-down |
available
Radio
available
Slider
(choice) Radio | ||
Multiple Choice | Multiple-Choice | (multiple-choice) Drop-down |
Checkboxes
still to come
Date | Date | (date) Date |
available
Currency
Currency
?
Files
Attachments
still to come
Photos
still to come
Size
simplified
still to come
advanced
Info |
---|
The Display Type determines how an input field is shown to users in the UI. |