This is the coding for my contact page
<p class="half">
Name
[text* first_name watermark "Name"]
</p>
<p class="half">
Partner's Name
[text* last_name watermark "Partner's Name"]
</p>
<p class="half">
Phone Number
[text* phone_number watermark "Phone Number"]
</p>
<p class="half">
Email Address
[email* email watermark "E-Mail Address"]
</p>
Dietary Requirements
[text* dietary_requirements watermark "Dietary Requirements"]
</p>
Friday Dinner
</p>
<p class="radio_buttons">
[checkbox checkbox-580 id:friday "Yay! I'll be there." "Bummer! I can't make it."]
</p>
Saturday Wedding
</p>
<p class="radio_buttons">
[checkbox checkbox-580 id:friday "Yay! I'll be there." "Bummer! I can't make it."]
</p>
Sunday Brunch
</p>
<p class="radio_buttons">
[checkbox checkbox-580 id:friday "Yay! I'll be there." "Bummer! I can't make it."]
</p>
<p class="submit">[submit "Submit"]</p>
It is sending the emails fine but none of the responses are coming through, just this blank email:
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
How can I fix this?