1. Why should we custom the title of a widget ?
In order to facilitate the operator's understanding, it is possible to custom the title of a widget. Depending on the information previously filled in, the title of a widget can be dynamic.
2. How to custom the name of a widget ?
We are going to rename a widget according to information filled in by the operator.
The title of the widget should take the following syntax:
Day_date anomaly declared by Username
Today's date and username will be information retrieved from the form.
1. Include a Date widget in a form. Check the option "Today's date". The content of this widget will then be reuse later.
2. Then drag and drop a Text widget.
2.1 In the title of the widget, write "Anomaly of"
2.2 Copy and paste the current date tag.
2.3 Then write "declared by"
2.4 Then write ## username ##
3. Publish the form and launch it on the application.
The title of the widget adapts to the information filled in.