We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41868 commit b5b626cCopy full SHA for b5b626c
src/form/tennis-club-membership.ts
@@ -149,6 +149,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({
149
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
150
}
151
},
152
+ {
153
+ id: 'applicant.tob',
154
+ type: FieldType.TIME,
155
+ required: false,
156
+ configuration: {
157
+ use12HourFormat: true
158
+ },
159
+ label: {
160
+ defaultMessage: "Applicant's time of birth",
161
+ description: 'This is the label for the time of birth field',
162
+ id: 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label'
163
+ }
164
165
{
166
id: 'applicant.image',
167
type: 'FILE',
0 commit comments