Message field (textarea) not coming through on email submissions #6853
-
Hi there, I have a strange issue where the message field doesn't come through on sent emails but is showing on the submissions. I can't seem to find a reason for it in the Statamic docs. My antlers template is as follows: ` From: {{ first_name }} {{ last_name }} Email: {{ work_email }} Message: {{ message }} `The other fields come through fine, I expect the issue is something related to textarea handling as the other fields are inputs and come through fine. I'm sure I'm missing something but has anyone come across similar? Or know a way to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
message
is a reserved word, unfortunately. Try picking a different name. Likecontent
, for example.https://statamic.dev/forms#the-blueprint