Thanks for the quick reply.
Here is what I have in the FORM SECTION:
<fieldset class=”rsvp-details”>
<legend>
Please RSVP using this online form for each person attending including your guest so we may know what your meal choice(s) will be. If you have any food allergies send us a note. We look forward to celebrating with you!
</legend>
[row class=”row”]
[column class=”large-6 columns”]
<label for=”firstname”>First Name</label> [text* firstname id:firstname class:input-field placeholder “Your first name is required”]
[/column]
[column class=”large-6 columns”]
<label for=”lastname”>Last Name</label> [text* lastname id:lastname class:input-field placeholder “Your last name is required”]
[/column]
[/row]
[row class=”row”]
[column class=”large-6 columns”]
<label for=”email”>Email</label> [email* email id:email class:input-field placeholder “[email protected]”]
[/column]
[column class=”large-6 columns”]
<label for=”phone”>Phone</label> [tel phone id:phone class:input-field placeholder “A phone number is optional”]
[/column]
[/row]
</fieldset>
<fieldset class=”rsvp-attendance”>
<legend>Will you be attending?</legend>
[row class=”row”]
[column class=”large-6 columns”]
[radio attendance “Accepts with Pleasure!”]
[/column]
[column class=”large-6 columns”]
[radio attendance “Declines with Regret.”]
[/column]
[/row]
</fieldset>
<fieldset class=”rsvp-meal-choice”>
<legend>Please select your meal choices</legend>
[row class=”row”]
[column class=”large-6 columns”]
<label for=”main-course”>Main Course</label> [select main-course id:main-course “None” “Surf and Turf” “Vegetarian”]
[/column]
[column class=”large-6 columns”]
<label for=”dessert”>Drinks</label> [select dessert id:dessert “Non Alcoholic” “Beer and Wine” “Specialty Mixed Cocktails” “All of the Above”]
[/column]
[/row]
</fieldset>
[submit id:js-submit-btn class:button class:radius “Send”]
<p>For any questions please email us: [email protected]</p>
Here is what I have in the MAIL SECTION:
To: [email protected]
From: RSVP <[email protected]>
Subject: You have received an RSVP to your wedding
Message Body:
The following guest has submitted their details
Name: [firstname] [lastname]
E-mail: [email]
Phone: [phone]
Attendance: [attendance]
Main Course: [main-course]
Drink Selection: [dessert]