Please let us know if you'll be joining us by September 15, 2026
Choose one of the following methods to submit your RSVP:
We've created a simple Google Form for your RSVP. Click the button below:
RSVP via Google FormsSetup Instructions: Replace the URL above with your Google Form link. See setup guide below
You can also embed your Google Form directly on this page:
Google Form will be embedded here once configured
Prefer to RSVP via email? Send us a message with:
If you prefer to RSVP by mail, that is of course also an option. Please return your completed RSVP card to the address provided on the invitation.
<form action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
<div class="form-group">
<label for="name">Full Name *</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email *</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="attending">Will you be attending? *</label>
<select id="attending" name="attending" required>
<option value="">Please select</option>
<option value="yes">Yes, I'll be there!</option>
<option value="no">Unfortunately, I can't make it</option>
</select>
</div>
<div class="form-group">
<label for="guests">Number of Guests *</label>
<input type="number" id="guests" name="guests" min="1" value="1" required>
</div>
<div class="form-group">
<label for="dietary">Dietary Restrictions or Allergies</label>
<textarea id="dietary" name="dietary"></textarea>
</div>
<button type="submit" class="btn">Submit RSVP</button>
</form>