Skip to content

Instantly share code, notes, and snippets.

@picsoung
Created August 20, 2019 17:03
Show Gist options
  • Save picsoung/5a23f5993acbdf93d236313201b7f5e7 to your computer and use it in GitHub Desktop.
Save picsoung/5a23f5993acbdf93d236313201b7f5e7 to your computer and use it in GitHub Desktop.
const { form_response } = req.body
const {answers} = form_response
let arm_field = answers.find((a) => a.field.ref === 'arm_choice')
let selected_arm = arm_field.choice.label
let username_field = answers.find((a) => a.field.ref === 'username')
let username = username_field.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment