There was an error while loading. Please reload this page.
1 parent 3bc665c commit 40b2e3aCopy full SHA for 40b2e3a
1 file changed
web/templates/forms/ContactEquinorForm.tsx
@@ -79,7 +79,8 @@ const ContactEquinorForm = () => {
79
}
80
81
// Call the server action directly
82
- const result = await submitFormServerAction(JSON.stringify(finalFormData), process.env.ACTION_CAT_CONTACTUS || '')
+ // CAT0012836 is CAT ID for Contact Equinor Form
83
+ const result = await submitFormServerAction(JSON.stringify(finalFormData), 'CAT0012836')
84
85
setServerError(result.status !== 200)
86
setSuccessfullySubmitted(result.status === 200)
0 commit comments