Skip to content

Commit 931244d

Browse files
- Update PFN RP forms to require at least one file upload and enhance project description fields
- Projects template updated
1 parent c4f2d2d commit 931244d

File tree

2 files changed

+46
-12
lines changed

2 files changed

+46
-12
lines changed

fsd_config/form_jsons/pfn_rp/pfn-rp-10-year-vision.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"acceptedFiles": ",application/pdf"
5151
},
5252
"showNoScriptWarning": false,
53-
"minimumRequiredFiles": 0,
53+
"minimumRequiredFiles": 1,
5454
"hideTitle": true
5555
},
5656
"type": "ClientSideFileUploadField",
@@ -106,7 +106,7 @@
106106
"acceptedFiles": ",application/pdf,application/msword,image/jpeg,image/png,text/plain,application/vndopenxmlformats-officedocument.wordprocessingml.document,application/vnd.oasis.opendocument.text,text/csv,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.oasis.opendocument.spreadsheet"
107107
},
108108
"showNoScriptWarning": false,
109-
"minimumRequiredFiles": 0,
109+
"minimumRequiredFiles": 1,
110110
"hideTitle": true
111111
},
112112
"type": "ClientSideFileUploadField",
@@ -202,5 +202,11 @@
202202
"maxAttempts": 3,
203203
"showPaymentSkippedWarningPage": false
204204
},
205-
"markAsComplete": false
205+
"markAsComplete": false,
206+
"name": "[3] PfN - 10-year vision",
207+
"feedback": {
208+
"feedbackForm": false,
209+
"url": ""
210+
},
211+
"phaseBanner": {}
206212
}

fsd_config/form_jsons/pfn_rp/pfn-rp-projects.json

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,37 @@
6666
"path": "/tell-us-about-your-project",
6767
"title": "Tell us about your project.",
6868
"components": [
69-
{
70-
"name": "NznEbN",
71-
"options": {},
72-
"type": "Para",
73-
"content": "Once you have completed the fields, 'Save and add another' to add another project or continue to the next question. "
74-
},
7569
{
7670
"name": "dEyfRq",
77-
"options": {},
71+
"options": {
72+
"columnTitles": [
73+
"Project name",
74+
"Brief description of project",
75+
"Primary intervention",
76+
"Project status",
77+
"Name of delivery organisation",
78+
"Type of organisation",
79+
"Amount of funding allocated",
80+
"Other sources of project funding",
81+
"Total project budget"
82+
]
83+
},
7884
"type": "MultiInputField",
7985
"title": "Tell us about your project.",
8086
"children": [
8187
{
8288
"type": "TextField",
8389
"name": "AeuWAj",
84-
"options": {},
90+
"options": {
91+
"columnTitles": [
92+
"Project name",
93+
"Brief description of project",
94+
"Primary intervention",
95+
"Project status",
96+
"Name of delivery organisation",
97+
"Type of organisation"
98+
]
99+
},
85100
"title": "Project name",
86101
"hint": "",
87102
"schema": {}
@@ -170,6 +185,13 @@
170185
}
171186
],
172187
"schema": {}
188+
},
189+
{
190+
"name": "NznEbN",
191+
"options": {},
192+
"type": "Para",
193+
"content": "Once you have completed the fields, 'Save and add another' to add another project or continue to the next question. ",
194+
"schema": {}
173195
}
174196
],
175197
"next": [
@@ -314,5 +336,11 @@
314336
"maxAttempts": 3,
315337
"showPaymentSkippedWarningPage": false
316338
},
317-
"markAsComplete": false
339+
"markAsComplete": false,
340+
"name": "PfN - Projects 11 June 2025",
341+
"feedback": {
342+
"feedbackForm": false,
343+
"url": ""
344+
},
345+
"phaseBanner": {}
318346
}

0 commit comments

Comments
 (0)