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
Currently the client details section of the form allows for a custom client facing title, duration and instructions, however it would be beneficial to allow for custom fields to be added to this section if the form should include addition client info. (ex: a When to use field, etc.)
A possible solution could look like this
clientDetails: {
estimatedDuration: 10,
instructions: {
en: ['test form'],
fr: ['teste forme']
},
title: {
en: 'title of form',
fr: "Titre de form"
},
additionalFields: {
whenToUse: {
kind: "string",
content: {
en: "Use after form one"
fr: "Utilise apres forme un"
}
}
}
},
Estimated Difficulty
Medium
Priority
Low
The text was updated successfully, but these errors were encountered:
I don't at all understand what this is asking for.
The concept of forms in ODC are completely independent and non-sequential. Sequences can be achieved via series instruments designed by the data managers.
What's the use case here, can you give a concrete example?
This issue was made for the case of being able to display the MouseODC form descriptions to the user, which were useful for providing information for what the form is used for. However since its displayed within the availableInstruments page it may not be completely necessary.
Description
Currently the client details section of the form allows for a custom client facing title, duration and instructions, however it would be beneficial to allow for custom fields to be added to this section if the form should include addition client info. (ex: a When to use field, etc.)
A possible solution could look like this
Estimated Difficulty
Medium
Priority
Low
The text was updated successfully, but these errors were encountered: