Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/form/tennis-club-membership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
}
},
{
id: 'applicant.tob',
type: FieldType.TIME,
required: false,
configuration: {
use12HourFormat: true
},
label: {
defaultMessage: "Applicant's time of birth",
description: 'This is the label for the time of birth field',
id: 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label'
}
},
{
id: 'applicant.image',
type: 'FILE',
Expand Down
Loading