-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
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
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