Skip to content

Commit 822250e

Browse files
committed
fixed payloads in career contact form
1 parent 2b25ea2 commit 822250e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/templates/forms/CareersContactForm.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ const CareersContactForm = () => {
109109
"requested_for": "tpawe",
110110
"cid": cid, //change
111111
"name": data.name,
112-
"phoneNumber": data.phone,
113-
"external_emails": data.email,
114-
"positionDetails": data.positionId,
112+
"phone": data.phone,
113+
"email": data.email,
114+
"positiondetails": data.positionId,
115115
"location": data.location,
116116
"questions": data.questions,
117117
"supportingdocuments": data.supportingDocuments,
118118
"candidatetype": data.candidateType,
119-
"positiondetails": data.positionId
119+
"category": data.category
120120
}
121121
}
122122

0 commit comments

Comments
 (0)