Skip to content

Commit 40b2e3a

Browse files
committed
CAT ID removed from env and hardcoded to form #3478
1 parent 3bc665c commit 40b2e3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/templates/forms/ContactEquinorForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const ContactEquinorForm = () => {
7979
}
8080

8181
// Call the server action directly
82-
const result = await submitFormServerAction(JSON.stringify(finalFormData), process.env.ACTION_CAT_CONTACTUS || '')
82+
// CAT0012836 is CAT ID for Contact Equinor Form
83+
const result = await submitFormServerAction(JSON.stringify(finalFormData), 'CAT0012836')
8384

8485
setServerError(result.status !== 200)
8586
setSuccessfullySubmitted(result.status === 200)

0 commit comments

Comments
 (0)