mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-19 22:58:55 +00:00
add dinner preference to rsvp
This commit is contained in:
@@ -24,19 +24,37 @@ excerpt: "November 13th 2021 <br> Brooklyn, NY"
|
||||
<label>Guest #1 <input type="text" name="name" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Guest #2 (if applicable) <input type="text" name="plus-one" /></label>
|
||||
<label for="mealpref-01">Dinner Preference</label>
|
||||
<select class="form-control" id="mealpref-01" name="mealpref-01" required>
|
||||
<option value="">Choose one...</option>
|
||||
<option value="beef">Beef</option>
|
||||
<option value="chicken">Chicken</option>
|
||||
<option value="vegetarian">Vegetarian</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" required/></label>
|
||||
<p>
|
||||
<label>Guest #2<input type="text" name="plus-one" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
<label for="mealpref-02">Dinner Preference (if applicable)</label>
|
||||
<select class="form-control" id="mealpref-02" name="mealpref-02">
|
||||
<option value="">Choose one...</option>
|
||||
<option value="beef">Beef</option>
|
||||
<option value="chicken">Chicken</option>
|
||||
<option value="vegetarian">Vegetarian</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="attendance">Will you be attending?</label>
|
||||
<select class="form-control" id="attendance" name="attendance">
|
||||
<option value="yes">Yes</option>
|
||||
<option value="no">No</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
<label>Questions / Comments <input type="text" name="comments" /></label>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user