Skip to content

Allow for additional custom fields into client details. #1050

@david-roper

Description

@david-roper

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions