Info |
---|
This article is valid for Smart ID 20.11 and later. |
...
To group fields under a common heading, add a Group.
To add a configurable text to the form, add a Text Element.
Use Horizontal Line and Row Distance for a nice layout of the form.
To add a search field, add a Search Element,. In Details, select a Search Configuration.
To add a field for free text input, add a Variable Field.
If multiple Card SDK printers are configured, use 'processVarCardSdkPrinterUrl'.
To add a link:
Select to add a Link.
Enter a Name of link. If this field is empty, the encoded URL will be displayed.
Enter a URL including the protocol.
Info |
---|
The URL can contain a JUEL expression, that will be resolved. Example: https://example.com/${Person_FirstName} will become https://example.com/John. If the JUEL Expression cannot be resolved, the expression will be printed to the URL. Example: https://example.com/&{Card_Validity} will become https://example.com/&{Card_Validity}. |
Change data field attributes
...
Attribute | Description |
---|---|
General | |
Type | The type of form element is displayed here.
- Predefined page, for example captureImage |
Name | Name of the form element. For the group, search element and variable field, the name can be given in more than one language. |
Width | Width of the panel as a fixed size or a percentage. |
Height | Height of the panel as a fixed size or a percentage. |
Help Text | Multilingual help text for a group. |
Data Pool | The field comes from this data pool. |
Data Type | The data type of the variable field can be selected. |
Look | |
Column Span | Here you can enter how many columns a group or field is to cover. |
Line Break | If this field is ticked, the field in the form is followed by a line break. |
Width | Width of the field as a fixed size or a percentage. |
Height | For binary data fields, the height of the field as a fixed size or a percentage. |
Text | This multilingual text is displayed in the text element. |
Font Size | The size of the font for the text element can be indicated. |
Field Details | |
Data Type | The data type of the field is displayed here. |
Help Text | Here you can enter any text that describes the field. The text can also be entered in more than one language by clicking on the symbol. |
Edit Status | There are three options for Edit Status:
|
Required | If checked, this field must always contain a value. |
Download | If checked, the download functionality is enabled. This is only available for binary data fields. |
Filename Pattern | Defines the pattern used for the downloaded filename. You can use this only when Download is checked. See table below. |
Upload | If checked, the upload functionality is enabled. This is only available for binary data fields. |
Delete | If checked, the delete functionality is enabled. This is only available for binary data fields. |
Combobox | The value entered in this field can be selected from a set of prescribed values. |
Source of Selection Values | Fixed values can be entered here or a data pool with the selection values can be selected. Or values in a configuration template. For example, to be able to configure Card SDK instances for printing of cards, chose Selection Type "Configuration Templates" and Template "Printers". |
Initialization Value | The field is pre-initialized with the value entered here. |
Validation Rule | The value entered must comply with this validation rule. |
Multiline | The text field can contain several lines. |
Password Field | This allows to specify display settings for secrets to protect their visibility on forms.
|
Valid From/To | A validity period for date fields can be configured here. This is only available for date fields. |
...