Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fixing form definition of the hsra fund's declaration form title (#517)
Browse files Browse the repository at this point in the history
merging since @rayhan15243  approved the PR
  • Loading branch information
nuwan-samarasinghe authored and Karunakar Gari (standard user) committed May 7, 2024
1 parent 46426ca commit c143048
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions fsd_config/form_jsons/hsra_r1/declaration-hsra.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"metadata": {},
"startPage": "/declaration",
"startPage": "/do-you-confirm-all-the-information-provided-is-correct",
"pages": [
{
"title": "Declaration",
"path": "/declaration",
"title": "Do you confirm all the information provided is correct?",
"path": "/do-you-confirm-all-the-information-provided-is-correct",
"components": [
{
"name": "QUaOGq",
"options": {
"hideTitle": true
},
"type": "CheckboxesField",
"title": "By submitting this application, you confirm that the information you have provided is correct.",
"title": "Yes, I confirm all the information is correct",
"list": "OkbBaj"
}
],
"next": [
{
"path": "/summary"
}
]
],
"section": "wycNzR"
},
{
"title": "Check your answers",
Expand All @@ -43,7 +44,12 @@
]
}
],
"sections": [],
"sections": [
{
"name": "wycNzR",
"title": "Declaration"
}
],
"conditions": [],
"fees": [],
"outputs": [
Expand Down

0 comments on commit c143048

Please sign in to comment.