Skip to content

Commit 16d672c

Browse files
authored
Merge pull request #59 from data-preservation-programs/feat-hubspot-integration
feat: airtable field names changed to support hubspot submission
2 parents 2423bb2 + cb44dc8 commit 16d672c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/signup-card.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ const submitForm = async () => {
264264
{
265265
fields: {
266266
email: email.value.trim(),
267-
firstName: firstName.value.trim(),
268-
lastName: lastName.value.trim(),
269-
organization: organization.value.trim(),
267+
firstname: firstName.value.trim(),
268+
lastname: lastName.value.trim(),
269+
company: organization.value.trim(),
270270
country: country.value.label
271271
}
272272
}

0 commit comments

Comments
 (0)