The current ordering of fields that display uploaded files, along with the fields for uploading a signed agreement or replacing the uploaded paper, is confusing and impacts user experience. This can be improved by implementing a custom field order specifically for that page, either by modifying the forms.py to define a custom order or by reordering the fields entirely within the form structure.
The current ordering of fields that display uploaded files, along with the fields for uploading a signed agreement or replacing the uploaded paper, is confusing and impacts user experience. This can be improved by implementing a custom field order specifically for that page, either by modifying the
forms.pyto define a custom order or by reordering the fields entirely within the form structure.