Netlify Form Submission Fields Empty

Site name: master-live-site

Hello, we are having trouble with the form data that Netlify is receiving. We have the fields for ‘First Name’ and ‘Last Name’ showing up as empty in our form submissions, even though they are required fields and have been filled out:

We confirmed the formData object we created to be sent to Netlify has the correct information:

Here is a pastebin containing the JSX of our form to take a closer look: import React from 'react'import axios from 'axios'import 'semantic-ui-less/s - Pastebin.com

Hi @ragjames,

The name registered for those fields in our database is first_name and last_name. But you’re using - instead of _.