Dynamic Navigation Display

The forms are displayed in the navigation menu where it is categorized into different sections based on the submitted forms progress found on the right hand side of the UI.


Form Navigation

In the navigation menu, the submitted forms will be stored in a 'form state' e.g. 'New'. A form will have default 'form states' which are 'New', 'Processing', and 'Completed' which is to indicate what step the submitted form is in.

For instance, when a form is submitted by a user, it will first be stored in the 'New' form state which it will then be processed to 'Processing' then 'Completed'.


Processing Submitted Forms

A Processor can process submitted forms by clicking on a form and clicking on the button on the top right which correlates to which form state the document should be in e.g from 'Processing' form state, the submitted form can go back to 'New' or proceed to 'Completed'.


Form States

The Form States can be customized but cannot be edited or renamed once the form is saved. A form state can be deleted and add new.

Last updated