Hi Andrew,
How are you going?
I am working on customise the forms of redbox workflow, e.g. management.vm (screenshot shown below).
![]()
If I need to add new fields (redbox:retentionPeriod.dc:date) to this form, could I do it by
1) adding the following content to management.vm?
<p>
<input type="text" size="60" placeholder="retention period date" id="redbox:retentionPeriod.dc:date" />
#requiredValidation("redbox:retentionPeriod" "Retention Period is required!")
</p>
2) add the id to the form-fields list in dataset.vm.
And could you tell me how does it work? I know the value of id should match the field name, but I do not where is the code to assign the field value to the input widget.