Wizard Design
LabPipe Manager uses a wizard style form to guide use through data collection steps.
Wizard Template
{
"title" : "Example Wizard",
"pages": []
}Wizard Page
{
"key": "p_sample_info",
"title": "Sample Information",
"navTitle": "Sample Infomation",
"requireValidForm": true,
"questions": [],
"formValidProcess": [],
"order": 1
}Last updated