You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Address information
Contact information
Code is implemented in a way that allows the creation with default values but also passed-in values.
The text was updated successfully, but these errors were encountered:
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:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: