mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
POST new fields to Airtable
This commit is contained in:
parent
12906ba9e8
commit
545c15f141
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ export default async function handler(req, res) {
|
|||
'Contact Option': data.contactOption,
|
||||
'Slack Username': data.slackUsername,
|
||||
Accommodations: data.accommodations,
|
||||
'Teenager Led?': data.eventTeenagerLed === 'true',
|
||||
'(Adults) Political Activity': data.eventPoliticalActivity,
|
||||
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
|
||||
'HCB ID': r.id
|
||||
})
|
||||
res.status(200).end();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue