mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-20 06:58:56 +00:00
38 lines
908 B
Markdown
38 lines
908 B
Markdown
---
|
|
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
|
layout: splash
|
|
permalink: /rsvp/
|
|
author_profile: false
|
|
masthead: false
|
|
header:
|
|
overlay_color: "#000"
|
|
overlay_filter: "0.5"
|
|
overlay_image: /assets/images/banner.jpg
|
|
---
|
|
|
|
# RSVP
|
|
|
|
<form name="contact" action="/success/" netlify>
|
|
<p>
|
|
<label>Guest #1 <input type="text" name="name" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Guest #2 (if applicable) <input type="text" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Email <input type="email" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<label for="attendance">Will you be attending?</label>
|
|
<select class="form-control" id="attendance">
|
|
<option value="yes">Yes</option>
|
|
<option value="no">No</option>
|
|
</select>
|
|
</p>
|
|
<p>
|
|
<label>Questions / Comments <input type="text" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<button type="submit">Send</button>
|
|
</p>
|
|
</form> |