-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
24 lines (24 loc) · 2.2 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "HIDESUBMIT Action Tags",
"namespace": "INTERSECT\\HideSubmit",
"description": "Allows users to conditionally hide various Submit/Save/Next instance buttons on surveys and/or data entry forms using Action Tags and branching logic.",
"framework-version": 12,
"authors": [
{
"name": "Aidan Wilson",
"email": "aidan.wilson@intersect.org.au",
"institution": "Intersect Australia"
}
],
"action-tags": [
{"tag": "@HIDESUBMIT", "description": "Hides all save buttons on data entry forms and both the Submit/Next Page button and 'Take this survey again' button on surveys <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDESUBMIT-FORM", "description": "Hides all save buttons on data entry forms <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDESUBMIT-SURVEY", "description": "Hides the Submit/Next Page button and the 'Take this survey again' button on surveys <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDESUBMITONLY", "description": "Hides all save buttons on data entry forms except for 'Save & Add New Instance', and the Submit/Next Page button on surveys <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDESUBMITONLY-FORM", "description": "Hides all save buttons except for 'Save & Go To Next Instance' on data entry forms <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDESUBMITONLY-SURVEY", "description": "Hides the Submit/Next Page button on surveys <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDEREPEAT", "description": "Hides the 'Save & Go To Next Instance' button on data entry forms and the 'Take this survey again' button on surveys <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDEREPEAT-FORM", "description": "Hides the 'Save & Go To Next Instance' button on data entry forms <em>if the field is visible due to branching logic</em>."},
{"tag": "@HIDEREPEAT-SURVEY", "description": "Hides the 'Take this survey again' button on surveys <em>if the field is visible due to branching logic</em>."}
]
}