diff --git a/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md b/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md index 50e43e504ffd3f710c35654a9e6e237926e8d900..968332aa77fc57248db4f378797abaee57b316d5 100644 --- a/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md +++ b/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md @@ -939,7 +939,7 @@ is replaced by function `inputWidgets` as in the following example: unit = factory.createComboBoxInputField('Unit', ['cm', 'mm']).setMandatory(True) value = factory.createTextInputField('Value').setMandatory(True) return [unit, value] -```Â +``` The field 'Managed Text' in the registration form will be as shown in the following screen shot: