Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 4acf778

Browse files
committed
[netlify form] fixed naming of form
1 parent ed8d165 commit 4acf778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/enterprise-license.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,12 @@ const EnterpriseLicensePage = () => {
288288
<form
289289
className="pattern"
290290
method="POST"
291-
name="ProfessionalLicense"
291+
name="enterprise-license"
292292
data-netlify="true"
293293
data-netlify-honeypot="bot-field"
294294
onSubmit={handleSubmit}
295295
>
296-
<input type="hidden" name="form-name" value="contact" />
296+
<input type="hidden" name="form-name" value="enterprise-license" />
297297
<div style={{ visibility: 'hidden' }}>
298298
<label>
299299
Don’t fill this out if you're human: <input name="bot-field" />

0 commit comments

Comments
 (0)