Skip to content

Commit 366f390

Browse files
committed
changed the "requested_for" payload to guest in all the forms #3478
1 parent 8857b80 commit 366f390

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

web/templates/forms/CareerFairForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const CareerFairForm = () => {
7474

7575
let finalFormData = {
7676
"variables": {
77-
"requested_for": "tpawe",
77+
"requested_for": "guest",
7878
"cid": "848f447ddb692600ff6272dabf961948",
7979
"external_emails": data.email,
8080
"phonenumber": data.phone,

web/templates/forms/CareersContactForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const CareersContactForm = () => {
105105

106106
let finalFormData = {
107107
"variables": {
108-
"requested_for": "tpawe",
108+
"requested_for": "guest",
109109
"cid": cid, //change
110110
"name": data.name,
111111
"phone": data.phone,

web/templates/forms/ContactEquinorForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ContactEquinorForm = () => {
6767

6868
let finalFormData = {
6969
"variables": {
70-
"requested_for": "tpawe",
70+
"requested_for": "guest",
7171
"cid": cid,
7272
"copytoemail": data.email,
7373
"external_emails": data.email,

web/templates/forms/OrderReportsForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const OrderReportsForm = () => {
9191

9292
let finalFormData = {
9393
"variables": {
94-
"requested_for": "tpawe",
94+
"requested_for": "guest",
9595
"external_emails": data.email,
9696
"cid": "d1872741db26ea40977079e9bf961949",
9797
"name": data.name,

web/templates/forms/PensionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const PensionForm = () => {
5454

5555
let finalFormData = {
5656
"variables": {
57-
"requested_for": "tpawe",
57+
"requested_for": "guest",
5858
"copytoemail": data.email,
5959
"name": data.name,
6060
"category": data.pensionCategory,

0 commit comments

Comments
 (0)