Skip to content

Commit 8857b80

Browse files
committed
#3478 Added external emails payload in career contact form
1 parent 054f0fd commit 8857b80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/templates/forms/CareersContactForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const CareersContactForm = () => {
110110
"name": data.name,
111111
"phone": data.phone,
112112
"email": data.email,
113+
"external_emails": data.email,
113114
"positiondetails": data.positionId,
114115
"location": data.location,
115116
"questions": data.questions,

0 commit comments

Comments
 (0)