There was an error while loading. Please reload this page.
1 parent 2b25ea2 commit 822250eCopy full SHA for 822250e
1 file changed
web/templates/forms/CareersContactForm.tsx
@@ -109,14 +109,14 @@ const CareersContactForm = () => {
109
"requested_for": "tpawe",
110
"cid": cid, //change
111
"name": data.name,
112
- "phoneNumber": data.phone,
113
- "external_emails": data.email,
114
- "positionDetails": data.positionId,
+ "phone": data.phone,
+ "email": data.email,
+ "positiondetails": data.positionId,
115
"location": data.location,
116
"questions": data.questions,
117
"supportingdocuments": data.supportingDocuments,
118
"candidatetype": data.candidateType,
119
- "positiondetails": data.positionId
+ "category": data.category
120
}
121
122
0 commit comments