Skip to content

Commit 90d3083

Browse files
authored
Merge pull request #488 from ukhsa-collaboration/form_iterations
2 parents 4a253c7 + bd60b3c commit 90d3083

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

runner/src/server/forms/kls-enquiries.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@
320320
"name": "LuoKqU",
321321
"options": {
322322
"customValidationMessages": {
323-
"any.required": "Provide your focussed question",
324-
"any.only": "Provide your focussed question",
325-
"string.empty": "Provide your focussed question"
323+
"any.required": "Provide your focused question",
324+
"any.only": "Provide your focused question",
325+
"string.empty": "Provide your focused question"
326326
}
327327
},
328328
"type": "MultilineTextField",
329-
"title": "What is your focussed question?",
329+
"title": "What is your focused question?",
330330
"schema": {}
331331
},
332332
{
@@ -630,15 +630,12 @@
630630
"string.empty": "Select whether you have written a protocol"
631631
}
632632
},
633-
"type": "YesNoField",
633+
"type": "RadiosField",
634634
"title": "Have you written a protocol?",
635-
"values": {
636-
"type": "listRef"
637-
},
638-
"schema": {},
635+
"list": "IQAoJu",
639636
"hint": "A protocol describes the planned methods for your review. It should be written before your review begins and followed when you conduct the review. Guidance on writing a protocol is available in <a href=\"https://www.prisma-statement.org/protocols\"> PRISMA for systematic review protocols</a> or contact us for help."
640637
},
641-
{
638+
{
642639
"name": "hQXIgL",
643640
"options": {
644641
"required": true,
@@ -930,13 +927,13 @@
930927
"name": "qvJHYP",
931928
"options": {
932929
"customValidationMessages": {
933-
"any.required": "Provide your focussed question",
934-
"any.only": "Provide your focussed question",
935-
"string.empty": "Provide your focussed question"
930+
"any.required": "Provide your focused question",
931+
"any.only": "Provide your focused question",
932+
"string.empty": "Provide your focused question"
936933
}
937934
},
938935
"type": "MultilineTextField",
939-
"title": "What is your focussed question?",
936+
"title": "What is your focused question?",
940937
"schema": {}
941938
},
942939
{

runner/src/server/forms/kls-training-magic-link.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"name": "GVrjNV",
130130
"options": {},
131131
"type": "Para",
132-
"content": " The email you provided does not match our approved email criteria. We only accept emails from goverment orgainsation limited to UKHSA, OHID, Local Authorities and the NHS (nhs.uk and nhs.net).<br>You can still contact the Knowledge and Library Services team via their <b>email</b>:<br> libraries@kls.ukhsa.gov.uk ",
132+
"content": "We only accept email addresses from organisations eligible to use our services (UKHSA, OHID, Local Authority Public Health teams and NHS England Public Health staff).<br>You can still contact the Knowledge and Library Services team via their email:<br><strong><a href=\"mailto:libraries@kls.ukhsa.gov.uk \">libraries@kls.ukhsa.gov.uk</a><strong>",
133133
"schema": {}
134134
}
135135
]

runner/src/server/forms/kls-training-request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@
587587
"value": "EndNote: cite while you write"
588588
},
589589
{
590-
"text": "Endnote: collaboration and sharing",
591-
"value": "Endnote: collaboration and sharing"
590+
"text": "EndNote: collaboration and sharing",
591+
"value": "EndNote: collaboration and sharing"
592592
},
593593
{
594594
"text": "Accessing resources",

0 commit comments

Comments
 (0)