Textarea doesn't seem to get posted on contact form?

I have a contact form on my website that uses formspree in the backend.
If I use a textarea tag for the message content, that content does not appear to make it to the Formspree endpoint. I get an email with the sender’s email, but not with their message. Switching the textarea to a regular input type=‘text’ fixes this. Is this a bug in Write.as?