Closed
Description
The default steps do not require any user input. As a result, they should be "COMPLETE" immediately upon creating a new Digital Form. In order to accommodate that business logic, we need to create and add these paragraphs when the Digital Form is created in Form Builder.
We have three default steps:
- Your Personal Information
- Address Information
- Contact Information
Acceptance Criteria
- The default paragraphs are added when a form is first created:
- Your personal information
- This paragraph has two child paragraphs:
- Name and date of birth
- Identification information
- This paragraph has two child paragraphs:
- Address information
- Contact information
- Your personal information
- Code is implemented in a way that allows the creation with default values but also passed-in values.
Activity